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