12 releases (7 breaking)
0.18.0 | Mar 14, 2023 |
---|---|
0.17.0 | Oct 19, 2021 |
0.16.0 | Feb 7, 2020 |
0.15.2 | Aug 19, 2019 |
0.12.2 | Mar 29, 2019 |
#471 in Data structures
222,165 downloads per month
Used in 693 crates
(9 directly)
23KB
385 lines
This crate provides utility functions to validate and initialize tries using flexible input.
It is used extensively in substrate
to validate blocks (mostly transactions and receipt roots).
lib.rs
:
Generates trie root.
This module should be used to generate trie root hash.