Structs§
- BStr
- A wrapper for
&[u8]
that provides convenient string oriented trait impls. - BString
- A wrapper for
Vec<u8>
that provides convenient string oriented trait impls.
Traits§
- Byte
Slice - A trait that extends
&[u8]
with string oriented methods.