2 unstable releases
Uses old Rust 2015
0.2.0 | Oct 31, 2018 |
---|---|
0.1.0 | Oct 24, 2018 |
#18 in #elements
1MB
296 lines
dicom_dictionary_parser
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;
Dependencies
~22MB
~464K SLoC