12 releases (7 breaking)

new 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

#62 in Data structures

Download history 18834/week @ 2022-11-28 19014/week @ 2022-12-05 19325/week @ 2022-12-12 18535/week @ 2022-12-19 10100/week @ 2022-12-26 15341/week @ 2023-01-02 19400/week @ 2023-01-09 21251/week @ 2023-01-16 19302/week @ 2023-01-23 19674/week @ 2023-01-30 17454/week @ 2023-02-06 18782/week @ 2023-02-13 18225/week @ 2023-02-20 23860/week @ 2023-02-27 21383/week @ 2023-03-06 25223/week @ 2023-03-13

90,412 downloads per month
Used in 336 crates (5 directly)

Apache-2.0

22KB
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