Module rust_chain::serializer
source · Expand description
Structs
- A struct for unpacking packed data
- The
Encoder
struct provides methods for packing values that implement thePacker
trait.
Traits
- The
Packer
trait provides methods for packing and unpacking values to and from byte arrays.