Module codec

Module codec 

Source
Expand description

Traits and implementations for encoding/decoding structured types to/from bytes.

Traitsยง

Decoder
Trait for decoding byte sequences back into structured items.
Encoder
Trait for types that encode values into bytes.