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
2,032 downloads per month
Used in 18 crates
(5 directly)
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