mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 04:27:33 +00:00
5 lines
161 B
Rust
5 lines
161 B
Rust
![]() |
//! The `ByteStr` and `ByteString` types and trait implementations.
|
||
|
|
||
|
#[unstable(feature = "bstr", issue = "134915")]
|
||
|
pub use alloc::bstr::{ByteStr, ByteString};
|