Module miniraft::log

source ·
Expand description

Module containing implementation for an event log. This is the basis for the replicated log at the core of Raft

Structs

  • A collection of LogEntries
  • A single log entry

Traits

  • Describes a state machine that is updated bassed off of a feed of LogEntry

Type Definitions