18 releases
| 0.9.0 | Oct 4, 2025 |
|---|---|
| 0.8.2 | Jul 27, 2025 |
| 0.8.1 | Jan 16, 2025 |
| 0.8.0 | Nov 6, 2024 |
| 0.1.0 | Aug 31, 2019 |
#1139 in Parser implementations
29,186 downloads per month
Used in 26 crates
(2 directly)
2.5MB
38K
SLoC
This crate works on top of DICOM encoding primitives to provide transfer syntax resolution and abstraction for parsing DICOM data sets, which ultimately enables the user to perceive the DICOM object as a sequence of tokens.
For the time being, all APIs are based on synchronous I/O.
For a more intuitive, object-oriented API, please see the dicom-object
crate.
DICOM-rs parser
This sub-project implements a middle-level abstraction for parsing and printing DICOM data sets through a sequence of tokens.
Please see dicom-object for a higher-level API.
This crate is part of the DICOM-rs project
and is contained by the parent crate dicom.
Dependencies
~9–12MB
~133K SLoC