11 releases
0.5.3 | Dec 12, 2022 |
---|---|
0.5.2 | Oct 23, 2022 |
0.5.1 | Jul 3, 2022 |
0.5.0-rc.2 | Feb 3, 2022 |
0.1.0 | Aug 31, 2019 |
#472 in Parser implementations
1,319 downloads per month
Used in 18 crates
(2 directly)
2MB
34K
SLoC
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
.
lib.rs
:
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.
Dependencies
~7.5MB
~127K SLoC