Expand description
Contains the SliceReader which allows to easily read integers and
strings from a byte slice.
Structs
- Tool to decode protocols from a byte slice.
Enums
- Custom error type specific to the
SliceReaderstruct.
Traits
- Trait to trim a byte slice
&[u8]similarly tostr::trim().
Type Definitions
- A specialized
Resulttype for slice reading operations.