Expand description

The abstraction for the backing storage and some implementations.

Modules

diskpersistency

Persistent implementation backed by RocksDB.

In-memory implementation backed by BTreeMap.

Structs

Serialized Ballot. Ballot is a record of the previous vote.

Serialized log entry.

Traits

The abstraction for the backing storage. Conceptually it is considered as a sequence of log entries and the recent vote.