parity-common/hashdb
David e16441a842
Merge pull request #67 from paritytech/dp/chore/undo-returning-ref
Revert some recent changes
2018-10-09 15:33:03 +02:00
..
src hashdb get() returns owned value 2018-09-26 14:50:04 +01:00
Cargo.toml Ready to publish 2018-10-09 15:26:15 +02: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.