Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.03 KB

dicom_dictionary_parser

Build Status Crates.io Documentation Crates.io dependency status

A Rust library that allows to parse the various elements defined in DICOM standard part 6.

Full documentation can be found here.

Usage

Add this to your 'Cargo.toml':

[dependencies]
dicom_dictionary_parser = "0.2.0"

and this to your crate root:

extern crate dicom_dictionary_parser;