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
SliceReader
struct.
Traits
- Trait to trim a byte slice
&[u8]
similarly tostr::trim()
.
Type Definitions
- A specialized
Result
type for slice reading operations.