#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

#8 in #vapory

Download history 96/week @ 2024-12-26 122/week @ 2025-01-02 130/week @ 2025-01-09 287/week @ 2025-01-16 162/week @ 2025-01-23 122/week @ 2025-01-30 188/week @ 2025-02-06 209/week @ 2025-02-13 132/week @ 2025-02-20 151/week @ 2025-02-27 99/week @ 2025-03-06 259/week @ 2025-03-13 125/week @ 2025-03-20 144/week @ 2025-03-27 68/week @ 2025-04-03 134/week @ 2025-04-10

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

Apache-2.0

10KB
82 lines

Database of byte-slices keyed to their hash.


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.

No runtime deps

Features