parity-common/hashdb
David Palm e725393670 Revert "Prep for release of new versions"
This reverts commit 453c64068d.
2018-09-27 16:50:03 +01:00
..
src hashdb get() returns owned value 2018-09-26 14:50:04 +01:00
Cargo.toml Revert "Prep for release of new versions" 2018-09-27 16:50:03 +01:00
README.md Change readme 2018-08-09 09:35:42 +02:00

README.md

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.