Module openraft::docs::components

source ·
Expand description

Components and sub systems of the openraft project.

Modules§

  • 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.