Crate encdec_base

source ·
Expand description

encdec base traits

Modules

Enums

  • Basic encode/decode error type

Traits

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