Sign in
rust
/
rust
/
8b69918e7212d74ec1eaae10536c0d5cb63fdc86
/
.
/
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
};