Module codec

Module codec 

Source

Traits§

Decode
Hardware and language independent decoding. Uses the Reader pattern for efficient decoding.
Encode
Hardware and language independent encoding. Uses the Writer pattern for more efficient encoding without intermediate buffers.

Functions§

encode_slice
Encodes length of slice and then each element