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

#664 in Data structures

Download history 42134/week @ 2024-12-17 18958/week @ 2024-12-24 28700/week @ 2024-12-31 47479/week @ 2025-01-07 68355/week @ 2025-01-14 56218/week @ 2025-01-21 50791/week @ 2025-01-28 59980/week @ 2025-02-04 62936/week @ 2025-02-11 57143/week @ 2025-02-18 51479/week @ 2025-02-25 55602/week @ 2025-03-04 56877/week @ 2025-03-11 51035/week @ 2025-03-18 63066/week @ 2025-03-25 49567/week @ 2025-04-01

232,369 downloads per month
Used in 723 crates (9 directly)

Apache-2.0

23KB
385 lines

Generates trie root.

This module should be used to generate trie root hash.


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).

Dependencies