This is a write-only key-value store, implemented in Rust, which uses the Raft consensus algorithm to replicate state between instances.
It's a toy project I'm using to learn more about Raft and Rust. Don't use it in production, and think twice before copy-pasting anything, as I'm very new to Rust.
Every single line of code and text in this project was written by hand. No code produced by generative models is included.