#tetcoin #hash #traits #hasher #vapory #byte-slice #generic

no-std tetsy-hash-db

tetsy trait for hash-keyed databases

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

Download history 247/week @ 2024-05-21 254/week @ 2024-05-28 204/week @ 2024-06-04 147/week @ 2024-06-11 318/week @ 2024-06-18 236/week @ 2024-06-25 46/week @ 2024-07-02 218/week @ 2024-07-09 274/week @ 2024-07-16 191/week @ 2024-07-23 275/week @ 2024-07-30 204/week @ 2024-08-06 200/week @ 2024-08-13 209/week @ 2024-08-20 309/week @ 2024-08-27 165/week @ 2024-09-03

891 downloads per month
Used in 217 crates (34 directly)

Apache-2.0

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.

No runtime deps

Features