Crate aora

Source
Expand description

AORA: Append-only random-accessed data persistence, made in BTreeMap-like fashion.

Modules§

filefile-strict

Structs§

U64Be
Big-endian 64-bit unsigned integer.
U64Le
Little-endian 64-bit unsigned integer.

Traits§

AoraIndex
Append-only log mapping keys to value sets, which is useful for building one-to-many key indexes. The values in the index are not necessarily kept in the order they were added.
AoraMap
Trait for providers of append-only key-value maps.
AuraMap
Append-update key-value map.
TransactionalMap
Transaction interface for append-only logs.