Module mycroft_support::index [] [src]

index provides ways to index data contained in the structures from storage. At the moment, there's only HashIndex here, but eventually it should include an MVCC tree.

Re-exports

pub use self::hash::HashIndex;

Modules

hash

hash provides a HashIndex over storage types - it only allows you to check presence or not, and if present, gets you the key.