Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.