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

#101 in Data structures

Download history 49266/week @ 2024-03-16 46030/week @ 2024-03-23 64281/week @ 2024-03-30 63556/week @ 2024-04-06 52686/week @ 2024-04-13 51597/week @ 2024-04-20 41090/week @ 2024-04-27 38854/week @ 2024-05-04 45747/week @ 2024-05-11 40047/week @ 2024-05-18 53008/week @ 2024-05-25 47267/week @ 2024-06-01 37568/week @ 2024-06-08 40069/week @ 2024-06-15 48389/week @ 2024-06-22 17973/week @ 2024-06-29

151,290 downloads per month
Used in 661 crates (9 directly)

Apache-2.0

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.

Dependencies