🔬This is a nightly-only experimental API. (
bstr #134915)Expand description
TheByteStr andByteString types and trait implementations.
Structs§
- ByteStr
Experimental - A wrapper for
&[u8]representing a human-readable string that’s conventionally, but notalways, UTF-8. - Byte
String Experimental - A wrapper for
Vec<u8>representing a human-readable string that’s conventionally, but notalways, UTF-8.