openraft-memstore 0.9.21

A in-memory implementation of the `openraft::RaftStorage` trait.
Documentation
1
2
3
4
5
# openraft-memstore

This is an in-memory example `RaftLogStorage` and `RaftStateMachine` implementation based on [openraft](https://github.com/datafuselabs/openraft/).

This crate is built mainly for testing or demonstrating purpose.:)