Module codec

Source

Structs§

Reader
Wrapper over a slice of bytes that allows reading chunks from with the current position state held using a cursor.

Traits§

Codec
Trait for implementing encoding and decoding functionality on something.