Expand description
Structs§
- BString
- A growable byte string of unknown encoding.
- Display
- Utility struct that defines
std::fmt::Display
for a&bstr
, which may contain non-UTF-8 data. - Iter
- Iterator over bytes in a byte string.
- IterMut
- Mutable iterator over bytes in a byte string.
- Lines
- Iterator over lines of a byte string.
- Match
Indices - Created with the method
match_indices
- Matches
- Created with the method
matches
- RMatch
Indices - Created with the method
rmatch_indices
- RMatches
- Created with the method
rmatches
- RSplit
- Created with the method
rsplit
- RSplitN
- Created with the method
rsplitn
- RSplit
Terminator - Created with the method
rsplit_terminator
- Split
- Created with the method
split
- SplitN
- Created with the method
splitn
- Split
Terminator - Created with the method
split_terminator
- Split
Words - Created with the method
split_words
- bstr
- Byte string slice of unknown encoding.
Enums§
- Parse
Error - Represents an error parsing a
BString
from a&bstr
.