Module fbnc::mapxnk[][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 Mapxnk.

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