dicom-map 0.2.6

Memory-mapped O(1) DICOM tag dictionary
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod lookup;
pub mod schema;

#[cfg(feature = "embedded")]
pub mod embedded;

pub use lookup::{DmapDict, DmapError, TagView};
pub use schema::{
    canonicalize_creator, creator_hash, fnv1a32, Dictionary, FileHeader, IndexEntry, TagRecord,
    VrCode, MAGIC, VERSION,
};