7 releases
Uses old Rust 2015
0.3.0 | Oct 9, 2018 |
---|---|
0.3.0-beta.0 | Sep 27, 2018 |
0.2.1 | Aug 23, 2018 |
0.2.0 | Jul 4, 2018 |
0.1.1 | Nov 10, 2017 |
#1911 in Database interfaces
61 downloads per month
Used in 4 crates
(3 directly)
5KB
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.
lib.rs
:
Database of byte-slices keyed to their hash.