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
[dependencies.hash-db]
default-features = false
version = "0.16.0"

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

[package]
authors = ["Parity Technologies <admin@parity.io>"]
categories = ["no-std"]
description = "In-memory patricia trie operations"
edition = "2018"
license = "Apache-2.0"
name = "trie-root"
readme = "README.md"
repository = "https://github.com/paritytech/trie"
version = "0.18.0"