hash-db

Crates.iohash-db
lib.rshash-db
version0.16.0
created_at2019-01-22 09:42:38.001408+00
updated_at2023-03-14 15:22:50.517761+00
descriptionTrait for hash-keyed databases.
homepage
repositoryhttps://github.com/paritytech/trie
max_upload_size
id109962
size9,390
Parity Crate Owner (parity-crate-owner)

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: 928

cargo fmt