blockchain-rocksdb 0.1.0

RocksDB backend for blockchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.blockchain]
version = "0.8"

[dependencies.parity-codec]
features = ["derive"]
version = "3.0"

[dependencies.rocksdb]
version = "0.12"

[package]
authors = ["Wei Tang <hi@that.world>"]
description = "RocksDB backend for blockchain"
edition = "2018"
license = "GPL-3.0"
name = "blockchain-rocksdb"
version = "0.1.0"