hit-data 0.0.5

Hierarchical Indexed Typed data structure
Documentation
1
2
3
4
5
6
pub(crate) mod generic_import;
mod patches;
mod diff;

pub use diff::{Patch,AddedEntry,PatchPropertyDifference, create_patch};
pub use patches::{import_from_patches, apply_patches, duplicate_hit};