openraft-memstore 0.8.3

A in-memory implementation of the `openraft::RaftStorage` trait.
Documentation
[dependencies.openraft]
features = ["serde"]
version = "0.8.3"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.114"

[dependencies.serde_json]
version = "1.0.57"

[dependencies.tokio]
default-features = false
features = ["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"]
version = "1.8"

[dependencies.tracing]
version = "0.1.29"
[dev-dependencies.async-trait]
version = "0.1.36"

[dev-dependencies.maplit]
version = "1.0.2"

[features]
docinclude = []

[package]
authors = ["Databend Authors <opensource@datafuselabs.com>", "Anthony Dodd <Dodd.AnthonyJosiah@gmail.com>"]
categories = ["algorithms", "asynchronous", "data-structures"]
description = "A in-memory implementation of the `openraft::RaftStorage` trait."
documentation = "https://docs.rs/openraft-memstore"
edition = "2021"
homepage = "https://github.com/datafuselabs/openraft"
keywords = ["raft", "consensus"]
license = "MIT/Apache-2.0"
name = "openraft-memstore"
readme = "README.md"
repository = "https://github.com/datafuselabs/openraft"
resolver = "1"
version = "0.8.3"
[package.metadata.docs.rs]
features = ["docinclude"]