tetsy-hash-db 0.15.2-beta

Tetsy trait for hash-keyed databases.
Documentation
1
2
3
4
# tetsy-hash-db
`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.