15 unstable releases (7 breaking)

0.8.0 Nov 6, 2024
0.7.0 Apr 25, 2024
0.6.0 Jul 23, 2023
0.5.3 Dec 12, 2022
0.1.0 Aug 31, 2019

#771 in Parser implementations

Download history 746/week @ 2024-08-07 1192/week @ 2024-08-14 967/week @ 2024-08-21 1145/week @ 2024-08-28 1892/week @ 2024-09-04 1103/week @ 2024-09-11 908/week @ 2024-09-18 1207/week @ 2024-09-25 1051/week @ 2024-10-02 955/week @ 2024-10-09 1105/week @ 2024-10-16 1738/week @ 2024-10-23 1203/week @ 2024-10-30 1695/week @ 2024-11-06 6291/week @ 2024-11-13 4064/week @ 2024-11-20

13,621 downloads per month
Used in 22 crates (2 directly)

MIT/Apache

2.5MB
37K SLoC

DICOM-rs parser

CratesIO Documentation

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

~4.5–10MB
~93K SLoC