Crates.io | dicom_dictionary_parser |
lib.rs | dicom_dictionary_parser |
version | 0.2.0 |
source | src |
created_at | 2018-10-24 21:35:47.141151 |
updated_at | 2018-10-31 20:18:04.052103 |
description | Library that parses the data dictionary (part 6) of the DICOM standard and provides access to all data elements |
homepage | https://github.com/Blubbz0r/dicom_dictionary_parser |
repository | https://github.com/Blubbz0r/dicom_dictionary_parser |
max_upload_size | |
id | 92493 |
size | 6,262,750 |
A Rust library that allows to parse the various elements defined in DICOM standard part 6.
Full documentation can be found here.
Add this to your 'Cargo.toml':
[dependencies]
dicom_dictionary_parser = "0.1.0"
and this to your crate root:
extern crate dicom_dictionary_parser;