Crate hashdb[][src]

Database of byte-slices keyed to their hash.

Traits

AsHashDB

Upcast trait.

HashDB

Trait modelling datastore keyed by a hash defined by the Hasher.

Hasher

Trait describing an object that can hash a slice of bytes. Used to abstract other types over the hashing algorithm. Defines a single hash method and an Out associated type with the necessary bounds.