trie-root 0.18.0

In-memory patricia trie operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "trie-root"
version = "0.18.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "In-memory patricia trie operations"
repository = "https://github.com/paritytech/trie"
license = "Apache-2.0"
categories = [ "no-std" ]
edition = "2018"

[dependencies]
hash-db = { path = "../hash-db", default-features = false, version = "0.16.0" }

[features]
default = ["std"]
std = [
	"hash-db/std"
]