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

#86 in Data structures

Download history 29649/week @ 2023-12-20 19159/week @ 2023-12-27 35046/week @ 2024-01-03 42587/week @ 2024-01-10 48901/week @ 2024-01-17 45909/week @ 2024-01-24 40763/week @ 2024-01-31 49283/week @ 2024-02-07 52636/week @ 2024-02-14 48831/week @ 2024-02-21 48150/week @ 2024-02-28 45868/week @ 2024-03-06 47529/week @ 2024-03-13 53067/week @ 2024-03-20 47446/week @ 2024-03-27 55060/week @ 2024-04-03

211,698 downloads per month
Used in 628 crates (7 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