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