Development
Testing
cargo test -- --test-threads=1 to run the unit tests.
Benchmark
cargo run -p sorock-bench --release to run the Raft-level benchmark program.
Documentation
rake doc to start a local docs.rs server.
rake book to start a local mdbook server.