dcs2-raft 0.1.0

An extensible distributed control system framework made in rust with no-std support.
Documentation

Raft coordination module

This module is designed to be used as the coordination component in the [dcs] framework. It implements the raft algorithm. It's main export is the [RaftSDK] including the [RaftService].