13 unstable releases (6 breaking)

new 0.7.0 Apr 25, 2024
0.6.0 Jul 23, 2023
0.5.3 Dec 12, 2022
0.5.2 Oct 23, 2022
0.1.0 Aug 31, 2019

#1058 in Parser implementations

Download history 773/week @ 2024-01-05 862/week @ 2024-01-12 838/week @ 2024-01-19 972/week @ 2024-01-26 686/week @ 2024-02-02 711/week @ 2024-02-09 986/week @ 2024-02-16 686/week @ 2024-02-23 933/week @ 2024-03-01 1339/week @ 2024-03-08 945/week @ 2024-03-15 702/week @ 2024-03-22 562/week @ 2024-03-29 508/week @ 2024-04-05 1015/week @ 2024-04-12 702/week @ 2024-04-19

2,866 downloads per month
Used in 20 crates (2 directly)

MIT/Apache

2.5MB
36K 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

~5–11MB
~96K SLoC