memstore
An in-memory storage system implementing the async_raft::RaftStorage
trait. Please ⭐ on github!
[![Build Status](https://github.com/async-raft/async-raft/workflows/ci/badge.svg?branch=master)](https://github.com/async-raft/async-raft/actions)
[![Crates.io](https://img.shields.io/crates/v/memstore.svg)](https://crates.io/crates/memstore)
[![docs.rs](https://docs.rs/memstore/badge.svg)](https://docs.rs/memstore)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue)](LICENSE)
![Crates.io](https://img.shields.io/crates/d/memstore.svg)
![Crates.io](https://img.shields.io/crates/dv/memstore.svg)
[The guide](https://async-raft.github.io/async-raft) is the best place to get started, followed by [the docs](https://docs.rs/async-raft/latest/async_raft/) for more in-depth details.