hash-db

Crates.iohash-db
lib.rshash-db
version0.16.0
sourcesrc
created_at2019-01-22 09:42:38.001408
updated_at2023-03-14 15:22:50.517761
descriptionTrait for hash-keyed databases.
homepage
repositoryhttps://github.com/paritytech/trie
max_upload_size
id109962
size9,390
Benjamin Kampmann (gnunicorn)

documentation

README

HashDB

HashDB defines a common interface for databases of byte-slices keyed to their hash. It is generic over hash type through the Hasher trait.

The Hasher trait can be used in a no_std context.

Commit count: 923

cargo fmt