Crates.io | tetsy-hash-db |
lib.rs | tetsy-hash-db |
version | 0.15.3 |
source | src |
created_at | 2021-02-25 16:07:43.782115 |
updated_at | 2021-03-11 06:02:18.877207 |
description | tetsy trait for hash-keyed databases. |
homepage | https://core.tetcoin.org |
repository | https://github.com/tetcoin/trie.git |
max_upload_size | |
id | 360505 |
size | 9,681 |
TetsyHashDB
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.