| Crates.io | hash-db |
| lib.rs | hash-db |
| version | 0.16.0 |
| created_at | 2019-01-22 09:42:38.001408+00 |
| updated_at | 2023-03-14 15:22:50.517761+00 |
| description | Trait for hash-keyed databases. |
| homepage | |
| repository | https://github.com/paritytech/trie |
| max_upload_size | |
| id | 109962 |
| size | 9,390 |
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.