Add more from the std
This commit is contained in:
4
library/std/src/bstr.rs
Normal file
4
library/std/src/bstr.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! The `ByteStr` and `ByteString` types and trait implementations.
|
||||
|
||||
#[unstable(feature = "bstr", issue = "134915")]
|
||||
pub use alloc::bstr::{ByteStr, ByteString};
|
||||
Reference in New Issue
Block a user