Crate encdec_base
source · [−]Expand description
encdec crate base traits
Modules
Structs
Helper type for parsing lists of decodable objects (with internal length delimiters)
Enums
Traits
Decode trait implemented for binary decodable objects
Decode for fields with prefixed lengths
Decode for fields with tagged lengths
(length must be specified via #[encdec(length=...)] macro)
Composite trait requiring an object is both encodable and decodable
Encode trait implemented for binary encodable objects
Encode for fields with prefixed lengths