Module simple_raft::node[][src]

Expand description

Higher-level API for a Raft node.

Structs

Configurable parameters of a Raft node.

A Raft node, used for replicating a strongly-consistent distributed log of entries with arbitrary data amongst its peers.

Enums

An error returned while attempting to append to a Raft log.