16 unstable releases (7 breaking)

0.8.1 Jan 16, 2025
0.8.0 Nov 6, 2024
0.7.1 Aug 13, 2024
0.7.0 Apr 25, 2024
0.1.0 Aug 31, 2019

#769 in Parser implementations

Download history 1566/week @ 2024-10-22 1320/week @ 2024-10-29 1620/week @ 2024-11-05 5943/week @ 2024-11-12 3906/week @ 2024-11-19 5682/week @ 2024-11-26 3750/week @ 2024-12-03 4382/week @ 2024-12-10 2397/week @ 2024-12-17 350/week @ 2024-12-24 1068/week @ 2024-12-31 3172/week @ 2025-01-07 3037/week @ 2025-01-14 2295/week @ 2025-01-21 3200/week @ 2025-01-28 3358/week @ 2025-02-04

12,490 downloads per month
Used in 23 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

~5–11MB
~92K SLoC