Module bstr

Source

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§

ByteSlice
A trait that extends &[u8] with string oriented methods.