Expand description
Creating and consuming data in wire format.
Structs
- A formatting error occured.
Enums
- An error happened while parsing data.
Traits
- An extension trait to add composing to foreign types.
- An extension trait to add parsing to foreign types.
Functions
- Composes something into a
Vec<u8>
. - Parses something from a
Vec<u8>
.