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

#579 in Data structures

Download history 52371/week @ 2024-11-17 54253/week @ 2024-11-24 47935/week @ 2024-12-01 58883/week @ 2024-12-08 44658/week @ 2024-12-15 19440/week @ 2024-12-22 24842/week @ 2024-12-29 45852/week @ 2025-01-05 65850/week @ 2025-01-12 58775/week @ 2025-01-19 50240/week @ 2025-01-26 60311/week @ 2025-02-02 60918/week @ 2025-02-09 58280/week @ 2025-02-16 53542/week @ 2025-02-23 53775/week @ 2025-03-02

230,363 downloads per month
Used in 705 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