3 releases (breaking)

0.3.0 Oct 24, 2025
0.2.0 Oct 7, 2025
0.1.0 May 30, 2025

#29 in #merkle-tree

Download history 284/week @ 2025-11-13 247/week @ 2025-11-20 137/week @ 2025-11-27 521/week @ 2025-12-04 143/week @ 2025-12-11 576/week @ 2025-12-18 211/week @ 2025-12-25 101/week @ 2026-01-01 387/week @ 2026-01-08 1484/week @ 2026-01-15 988/week @ 2026-01-22 1013/week @ 2026-01-29 386/week @ 2026-02-05 743/week @ 2026-02-12 419/week @ 2026-02-19 383/week @ 2026-02-26

2,032 downloads per month
Used in 18 crates (5 directly)

Apache-2.0

86KB
2K SLoC

light-indexed-array

Indexed array for indexed Merkle trees. Stores elements as a sorted linked list with index, value, and next-index pointers.

Type Description
array::IndexedElement Element with index, BigUint value, and next-index
array::IndexedArray Array of indexed elements with insert and lookup
changelog Raw indexed element and changelog entry types
errors IndexedArrayError variants

Dependencies

~7MB
~147K SLoC