openraft-rocksstore 0.8.3

A rocksdb based implementation of the `openraft::RaftStorage` trait.
Documentation
[dependencies.async-std]
features = ["attributes", "tokio1"]
version = "1.12.0"

[dependencies.byteorder]
version = "1.4.3"

[dependencies.openraft]
features = ["serde"]
version = "0.8.3"

[dependencies.rocksdb]
version = "0.20.1"

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

[dependencies.serde_json]
version = "1.0.57"

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

[dev-dependencies.tempfile]
version = "3.4.0"

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