dicom_encoding::encode

Module basic

Source
Expand description

This module provides implementations for basic encoders: little endian and big endian.

Structs§

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.