openraft-rocksstore 0.8.3

A rocksdb based implementation of the `openraft::RaftStorage` trait.
Documentation
# openraft-rocksstore

This is an example `RaftStorage` implementation with [`rocksdb`](https://docs.rs/rocksdb/latest/rocksdb/) based on [openraft-0.8](https://github.com/datafuselabs/openraft/tree/release-0.8).

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