hashdb 0.2.1

trait for hash-keyed databases.
Documentation
[package]
name = "hashdb"
version = "0.2.1"
authors = ["Parity Technologies <admin@parity.io>"]
description = "trait for hash-keyed databases."
license = "GPL-3.0"

[dependencies]
elastic-array = { version = "0.10", optional = true }

[features]
default = ["std"]
std = ["elastic-array"]