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