Module fbnc::mapx[][src]

Expand description

A disk-storage replacement for the pure in-memory BTreeMap

This module is non-invasive to external code except the new method.

Structs

Imitate the btree_map/btree_map::Entry.

To solve the problem of unlimited memory usage, use this to replace the original in-memory BTreeMap<_, _>.

Iter over Mapx.

Returned by <Mapx>.get_mut(...)