Expand description
This module provides implementations for primitive decoders of data, which may be in either Little Endian or Big Endian.
Structs§
- BigEndian
Basic Decoder - A basic decoder of DICOM primitive elements in big endian.
- Little
Endian Basic Decoder - A basic decoder of DICOM primitive elements in little endian.
Enums§
- Basic
Decoder - 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.