std/
bstr.rs

1
2
3
4
//! The `ByteStr` and `ByteString` types and trait implementations.

#[unstable(feature = "bstr", issue = "134915")]
pub use alloc::bstr::{ByteStr, ByteString};