Expand description
This module contains encoding and decoding helpers.
Modules§
- buf
- Utilities for working with buffers.
Structs§
- Bounds
Exceeded - Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Bytes
Mut - A unique reference to a contiguous slice of memory.
- Sizer
- TryGet
Error - Error type for the
try_get_
methods ofBuf
. Indicates that there were not enough remaining bytes in the buffer while attempting to get a value from aBuf
with one of thetry_get_
methods. - VarInt
- An integer less than 2^62
Enums§
- Decode
Error - A decode error.