Module byte_converter

Source
Expand description

Traits for (de)serialization of structs to byte vectors.

Traitsยง

FromByteSlice
A trait to deserialize the implemeting type from a byte slice.
ToBytes
A trait to serialize the implementing type to a byte vector.