actix-raft/memstore
Anthony Dodd cf823a1dc3
Prep for async-raft@0.6.0 & memstore@0.2.0 releases.
2021-01-20 22:56:57 -06:00
..
src Improve startup semantics for recovered/restarted nodes. 2021-01-17 09:17:24 -06:00
Cargo.toml Prep for async-raft@0.6.0 & memstore@0.2.0 releases. 2021-01-20 22:56:57 -06:00
README.md Update memstore to 0.2.0-alpha.0 & release. 2020-11-24 13:04:29 -06:00

README.md

memstore

An in-memory storage system implementing the async_raft::RaftStorage trait. Please on github!

Build Status Crates.io docs.rs License Crates.io Crates.io


The guide is the best place to get started, followed by the docs for more in-depth details.