This sub-project implements a registry of DICOM transfer syntaxes, which can be optionally extended.
An implementation based on inventory
can be used through the Cargo feature
inventory-registry
. inventory
allows for users to register new transfer
syntax implementations in a compile time plugin-like fashion,
but not all environments support it (such as WebAssembly).