10 releases
0.5.3 | Dec 12, 2022 |
---|---|
0.5.2 | Oct 23, 2022 |
0.5.1 | Jul 19, 2022 |
0.5.0-rc.2 | Feb 3, 2022 |
0.1.0 | Aug 31, 2019 |
#285 in Encoding
1,332 downloads per month
Used in 22 crates
(10 directly)
2MB
29K
SLoC
DICOM-rs encoding
This sub-project provides DICOM data encoding and decoding primitives.
This crate is part of the DICOM-rs project
and is contained by the parent crate dicom
.
lib.rs
:
DICOM encoding and decoding primitives.
This crate provides interfaces and data structures for reading and writing data in accordance to the DICOM standard. This crate also hosts the concept of transfer syntax specifier, which can be used to produce DICOM encoders and decoders at run-time.
For the time being, all APIs are based on synchronous I/O.
Dependencies
~7.5MB
~121K SLoC