Crate kodec

Crate kodec 

Source
Expand description

Simple crate defining common interface for encoders and decoders.

Also provides JSON and binary (bincode) codec implementations that can be enabled with json and/or binary features.

Traitsยง

Codec
Helper trait signaling that both encoding and decoding is implemented.
Decode
Trait for decoders.
Encode
Trait for encoders.