Module wire

Source
Expand description

Creating and consuming data in wire format.

Structs§

FormError
A formatting error occured.

Enums§

ParseError
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>.