Module lol_core::simple

source ·
Available on crate feature simple only.
Expand description

Simplified RaftApp.

Structs

In-memory implementation of SnapshotRepository.
Persistent implementation of SnapshotRepository.
ToRaftApp turns an instance of RaftAppSimple into a RaftApp instance.

Traits

Restricted RaftApp where snapshot is an explicit byte sequence.
The repository of the snapshot resources.