Expand description
Append-only operation log abstraction for array CRDT sync.
OpLog is a storage-agnostic trait. Concrete implementations live in
nodedb-lite (redb-backed) and nodedb (WAL-backed); InMemoryOpLog
is a BTreeMap-backed implementation suitable for tests in any crate
that depends on nodedb-array.
Structs§
- InMemory
OpLog BTreeMap-backedOpLogimplementation.
Traits§
- OpLog
- Storage-agnostic interface for an append-only array operation log.