Expand description
Structs§
- Decoder
- A struct for unpacking packed data
- Encoder
- The
Encoder
struct provides methods for packing values that implement thePacker
trait.
Traits§
- Packer
- The
Packer
trait provides methods for packing and unpacking values to and from byte arrays.