hit-data 0.0.5

Hierarchical Indexed Typed data structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod find_references_before_deletion;
mod index;
mod index_entry;
mod index_importer;
mod list_helpers;
mod move_object;
mod reference_helpers;
mod reference_index_helpers;
mod remove_helpers;
mod subobject_helpers;

pub use index::Index;
pub use index_entry::{IndexEntry, IndexEntryProperty, IndexEntryRef};
pub use index_importer::IndexImporter;
pub(in crate) use move_object::can_move_object;