bstr.rs - source (original) (raw)
std/
bstr.rs
1//! The `ByteStr` and `ByteString` types and trait implementations.
2
3#[unstable(feature = "bstr", issue = "134915")]
4pub use alloc::bstr::{ByteStr, ByteString};
std/
bstr.rs
1//! The `ByteStr` and `ByteString` types and trait implementations.
2
3#[unstable(feature = "bstr", issue = "134915")]
4pub use alloc::bstr::{ByteStr, ByteString};