Module codec

Module codec 

Source

Structs§

UnsupportedCodec

Enums§

Error

Traits§

Codec
Decode
A trait representing the ability to decode with the codec C for the type.
Encode
A trait to represent the ability to encode with the codec C for the type.
References
A trait representing the ability to count cid references in the encoding of the type with the codec C
SkipOne
A trait for codecs representing the ability to skip values.