15 unstable releases (7 breaking)
0.8.0 | Nov 6, 2024 |
---|---|
0.7.0 | Apr 25, 2024 |
0.6.1 | Oct 31, 2023 |
0.6.0 | Jul 23, 2023 |
0.1.0 | Aug 31, 2019 |
#1261 in Encoding
19,105 downloads per month
Used in 26 crates
(10 directly)
2MB
31K
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
~4–10MB
~87K SLoC