kvdb 0.9.0

Generic key-value trait
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "kvdb"
version = "0.9.0"
authors = ["Parity Technologies <admin@parity.io>"]
repository = "https://github.com/paritytech/parity-common"
description = "Generic key-value trait"
license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
smallvec = "1.0.0"
parity-util-mem = { path = "../parity-util-mem", version = "0.9", default-features = false }