Expand description

This module provides implementations for primitive decoders of data, which may be in either Little Endian or Big Endian.

Structs

Enums

  • A basic decoder with support for both Little Endian an Big Endian encoding, decided at run-time. Since only two values are possible, this enum may become more efficient than the use of a trait object.