Crate encdec_base

Source
Expand description

encdec base traits

Modules§

decode
Decode trait implementation
encode
Encode trait implementation
helpers
encdec test and encoding/decoding helpers
primitives
Encode/Decode implementations for primitive types

Enums§

Error
Basic encode/decode error type

Traits§

EncDec
Composite trait requiring an object is reversibly encodable and decodable into borrowed types, useful for simplifying type bounds / generics.
EncDecOwned
Composite trait requiring an object is reversibly encodable and decodable into owned types, useful for simplifying type bounds / generics.