Show the crate…
4 releases
0.15.3 | Mar 11, 2021 |
---|---|
0.15.2 | Feb 25, 2021 |
0.15.2-beta | Mar 10, 2021 |
#5 in #vapory
891 downloads per month
Used in 217 crates
(34 directly)
10KB
82 lines
tetsy-hash-db
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.
lib.rs
:
Database of byte-slices keyed to their hash.