Raft Consensus Algorithm My implementation of the Raft Consensus Algorithm in Rust. You can read my trail of thoughts as I build this on my blog post. TODO: Remove all TODOs and simulations, replace with the network package methods.