kvdb 0.11.0

Generic key-value trait
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "kvdb"
version = "0.11.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 = "2021"
rust-version = "1.56.1"

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