starling 1.0.0

This tree structure is a binary merkle tree with branch compression via split indexes.
docs.rs failed to build starling-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: starling-4.0.0

Merkle Binary Indexed Tree (Merkle-BIT)

This tree structure is a binary merkle tree with branch compression via split indexes. See https://medium.com/@niallmoore22/binary-merkle-trie-aad76f422983 for more details.