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