light-indexed-array 0.4.0

Implementation of indexed (and concurrent) Merkle tree in Rust
Documentation

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