Crate delta_btree_map

Source

Structs§

CursorWithDelta
Cursor that can iterate back and forth over the updated version of the snapshot.
DeltaBTreeMap
DeltaBTreeMap wraps two BTreeMap references respectively as snapshot and delta, providing cursor that can iterate over the updated version of the snapshot.

Enums§

Change