Module components

Source
Expand description

Components and sub systems of the openraft project.

Modulesยง

state_machine
RaftStateMachine serves as the core API for managing the state machine and snapshot functionalities. It directly ties the concepts of state management and snapshotting, acknowledging that snapshots are often simply persisted states of the state machine.