Description
Provides an asynchronous C implementation of the Raft consensus protocol. It helps developers build replicated systems that need leader election, log replication, and coordinated state across nodes.
Use it as a distributed-systems library. Consensus safety depends on storage durability, network behavior, and correct integration, so test failures and recovery paths thoroughly.