diff options
Diffstat (limited to 'library/std/src/bstr.rs')
| -rw-r--r-- | library/std/src/bstr.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/std/src/bstr.rs b/library/std/src/bstr.rs new file mode 100644 index 00000000000..dd491771628 --- /dev/null +++ b/library/std/src/bstr.rs @@ -0,0 +1,4 @@ +//! The `ByteStr` and `ByteString` types and trait implementations. + +#[unstable(feature = "bstr", issue = "134915")] +pub use alloc::bstr::{ByteStr, ByteString}; |
