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

Provided by KDAB

Privacy Policy
Learn Rust with the experts
Find out more