[][src]Crate starling

Modules

constants

Defines constants for the tree.

hash_tree

An implementation of the MerkleBIT with a HashMap backend database.

merkle_bit

Contains the actual operations of inserting, getting, and removing items from a tree.

traits

Contains the traits necessary for tree operations

tree

Contains a collection of structs for representing locations within the tree.

tree_db

Contains a collection of structs for implementing tree databases.

tree_hasher

Contains a collection of structs for implementing hashing functions in the tree.

utils

Contains a collection of useful structs and functions for tree operations.