# DICOM-rs `parser`
[](https://crates.io/crates/dicom-parser)
[](https://docs.rs/dicom-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`](https://crates.io/crates/dicom-object) for a higher-level API.
This crate is part of the [DICOM-rs](https://github.com/Enet4/dicom-rs) project
and is contained by the parent crate [`dicom`](https://crates.io/crates/dicom).