Agreed Memstore

An in-memory storage system implementing the agreed::RaftStorage trait. Fork of the `memstore` crate of async-raft.

[![Continuous Integration](https://github.com/nlv8/agreed/actions/workflows/continuous-integration.yaml/badge.svg)](https://github.com/nlv8/agreed/actions/workflows/continuous-integration.yaml) [![Crates.io](https://img.shields.io/crates/v/agreed-memstore.svg)](https://crates.io/crates/agreed-memstore) [![docs.rs](https://docs.rs/agreed-memstore/badge.svg)](https://docs.rs/agreed-memstore) [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue)](../LICENSE-MIT)

If you want to get started with building applications on top of Agreed, then checkout out [The Agreed Guide](https://nlv8.github.io/agreed). Afterwards, feel free to jump into [the documentation](https://docs.rs/agreed/latest/agreed/).