dicom-transfer-syntax-registry

Crates.iodicom-transfer-syntax-registry
lib.rsdicom-transfer-syntax-registry
version0.7.0
sourcesrc
created_at2019-08-31 23:39:49.887918
updated_at2024-04-25 11:36:54.865123
descriptionA registry of DICOM transfer syntaxes
homepage
repositoryhttps://github.com/Enet4/dicom-rs
max_upload_size
id161229
size99,968
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: 1983

cargo fmt