Crate typed_codec

Source
Expand description

A highly abstracted encode/decode extension for any values.

Traitsยง

ContextualDecode
Trait that provides the contextual decoding of the value.
ContextualDecodeExt
Trait that provides the contextual decode method for any value.
ContextualEncode
Trait that provides contextual encoding of value.
ContextualEncodeExt
Trait that provides the contextual encode method for any value.
Decode
Trait that provides the decoding of the value.
DecodeExt
Trait that provides the decode method for any value.
Encode
Trait that provides the encoding of the value.
EncodeExt
Trait that provides the encode method for any value.