18 releases (5 major breaking)
| 5.0.0 | Dec 7, 2025 |
|---|---|
| 4.0.1 | Oct 24, 2025 |
| 3.0.0 | Oct 7, 2025 |
| 2.1.0 | Jun 15, 2025 |
| 0.3.0 | Jul 23, 2024 |
#19 in #indexed
862 downloads per month
Used in 18 crates
(9 directly)
355KB
8K
SLoC
light-indexed-merkle-tree
Indexed concurrent Merkle tree. Extends ConcurrentMerkleTree
with a sorted linked-list index for non-inclusion proofs.
| Type | Description |
|---|---|
IndexedMerkleTree |
Tree with indexed changelog for ordered inserts |
IndexedMerkleTree26 |
Type alias for height-26 indexed trees |
array |
Indexed array backing the tree elements |
changelog |
Indexed changelog entries for concurrent patching |
reference |
Reference implementation for testing |
zero_copy |
Zero-copy deserialization from account data |
errors |
IndexedMerkleTreeError variants |
Dependencies
~9MB
~180K SLoC