Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Store #16

Closed danburkert closed 9 years ago

danburkert commented 9 years ago

This is a first pass at adding a Store trait for persistent state. An initial in-memory implementation is provided which is appropriate for testing.

Hoverbear commented 9 years ago

Looks good to me, thanks! You rock!