raft-consensus 0.3.0

Raft consensus algorithm implementation
Documentation
1
2
3
4
5
6
7
8
# raft-consensus
Pure-rust, network-independent Raft consensus implementation

This is an extraction of consensus and Raft protocol logic, that doesn't depend on network packet
representation

Based on original [work of Hoverbear](https://github.com/Hoverbear/old-raft-rs)