indextreemap 0.2.0

A BTreeMap-like ordered map with key and positional lookup.
Documentation
1
2
3
4
5
6
7
8
9
pub mod bulk;
pub mod get;
pub mod insert;
pub mod iter;
pub mod remove;
pub mod replace;
pub mod search;
pub mod split;
pub mod take;