Expand description
This module provides implementations for basic encoders: little endian and big endian.
Structs§
- A basic encoder of DICOM primitive elements in big endian.
- A basic encoder of primitive elements in little endian.
Enums§
- A basic encoder 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 practical and efficient than relying on trait objects.