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