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