forest_db 0.1.0

Database types used in Forest
Documentation
[dependencies.encoding]
package = "forest_encoding"
version = "0.2"

[dependencies.parking_lot]
version = "0.11"

[dependencies.rocksdb]
optional = true
version = "0.15.0"

[dependencies.sled]
optional = true
version = "0.34"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["ChainSafe Systems <info@chainsafe.io>"]
description = "Database types used in Forest"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "forest_db"
repository = "https://github.com/ChainSafe/forest"
version = "0.1.0"