Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
library
/
std
/
src
/
bstr.rs
blob: dd49177162833fd391436067fa28ea7b3d7015e3 [
file
] [
log
] [
blame
]
//! The `ByteStr` and `ByteString` types and trait implementations.
#[
unstable
(
feature
=
"bstr"
,
issue
=
"134915"
)]
pub
use
alloc
::
bstr
::{
ByteStr
,
ByteString
};