Crate indextreemap

Source
Expand description

IndexTreeMap is an ordered tree map based on the rust standard library BTreeMap, that allows for items to be accessed by key, value, or position in the tree.

This library is meant to serve niche use cases where the deterministic ordering of key-value items is required, with the ability to index items by position or key in logarithmic time.

Modules§

methods
stc

Structs§

IndexTreeMap
The ‘Map’ IndexTree data structure
IndexTreeSet
The ‘Set’ IndexTree data structure

Constants§

KEY_ARRAY
POINTER_ARRAY