#dicom #parser

dicom-parser

A middle-level parser and printer of DICOM data sets

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

Download history 535/week @ 2023-02-02 523/week @ 2023-02-09 398/week @ 2023-02-16 355/week @ 2023-02-23 360/week @ 2023-03-02 410/week @ 2023-03-09 321/week @ 2023-03-16 401/week @ 2023-03-23 245/week @ 2023-03-30 220/week @ 2023-04-06 230/week @ 2023-04-13 254/week @ 2023-04-20 303/week @ 2023-04-27 466/week @ 2023-05-04 253/week @ 2023-05-11 246/week @ 2023-05-18

1,319 downloads per month
Used in 18 crates (2 directly)

MIT/Apache

2MB
34K 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

~7.5MB
~127K SLoC