parity-common/hashdb
David e7aaf3c691
Merge pull request #17 from paritytech/refactor/remove-heapsize-bound-from-hashdb
Remove HeapSizeOf-bound for Hasher::Out and add it only where needed
2018-08-08 15:41:45 +02:00
..
src Remove HeapSizeOf-bound for Hasher::Out 2018-08-08 10:57:32 +02:00
Cargo.toml Remove HeapSizeOf-bound for Hasher::Out 2018-08-08 10:57:32 +02:00
README.md README for hashdb 2018-07-10 18:39:27 +02:00

README.md

HashDB defines a common interface for databases of byte-slices keyed to their hash. It is generic over hash type through the Hasher trait.