Show HN: Raft in Rust
A developer implemented the Raft consensus protocol in Rust from scratch over six months, using a sans-I/O design and Claude as an instructor and code reviewer. The project includes a simple key-value store with potentially stale reads, and linearizable reads are planned as a future addition.