dicom-transfer-syntax-registry

Crates.iodicom-transfer-syntax-registry
lib.rsdicom-transfer-syntax-registry
version0.8.2
created_at2019-08-31 23:39:49.887918+00
updated_at2025-07-27 10:42:53.030825+00
descriptionA registry of DICOM transfer syntaxes
homepage
repositoryhttps://github.com/Enet4/dicom-rs
max_upload_size
id161229
size186,807
Eduardo Pinho (Enet4)

documentation

README

DICOM-rs transfer-syntax-registry

CratesIO Documentation

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).

Commit count: 2387

cargo fmt