Crates.io | dicom-transfer-syntax-registry |
lib.rs | dicom-transfer-syntax-registry |
version | 0.8.0 |
source | src |
created_at | 2019-08-31 23:39:49.887918 |
updated_at | 2024-11-06 10:48:23.951456 |
description | A registry of DICOM transfer syntaxes |
homepage | |
repository | https://github.com/Enet4/dicom-rs |
max_upload_size | |
id | 161229 |
size | 143,654 |
transfer-syntax-registry
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).