1
2
3
4
5
#![feature(async_await)]

/// The `raft` module implements the [Raft consensus algorithm]
/// (https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf).
pub mod raft;