Module packet_encoding

Source

Enums§

Error

Traits§

Decodable
A decodable type can be created from a byte buffer. The type returned is separate (copied) from the buffer once decoded.
Encodable
An encodable type can write itself into a byte buffer.
FixedSizeDecodable
A decodable type that has an exact size in bytes.