dicomdictionaryparser

Build Status Crates.io Documentation Crates.io

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':

toml [dependencies] dicom_dictionary_parser = "0.1.0"

and this to your crate root:

rust extern crate dicom_dictionary_parser;