hit-data 0.0.5

Hierarchical Indexed Typed data structure
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod helpers;
mod hit;
mod hit_entry;
mod hit_importer;

pub use self::hit::Hit;
pub use self::hit::HitKernel;
pub use self::hit::HitPlugins;
pub use hit_entry::HitEntry;
pub use hit_importer::IndexModelImporter;