dicom_dictionary_parser

Crates.iodicom_dictionary_parser
lib.rsdicom_dictionary_parser
version0.2.0
sourcesrc
created_at2018-10-24 21:35:47.141151
updated_at2018-10-31 20:18:04.052103
descriptionLibrary that parses the data dictionary (part 6) of the DICOM standard and provides access to all data elements
homepagehttps://github.com/Blubbz0r/dicom_dictionary_parser
repositoryhttps://github.com/Blubbz0r/dicom_dictionary_parser
max_upload_size
id92493
size6,262,750
Robert Habrich (Blubbz0r)

documentation

README

dicom_dictionary_parser

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

[dependencies]
dicom_dictionary_parser = "0.1.0"

and this to your crate root:

extern crate dicom_dictionary_parser;
Commit count: 40

cargo fmt