Module fbnc::vecx

source · []
Expand description

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

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

Structs

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

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

Iter over Vecx.