#tetcoin #vapory #hash-type #tetcore

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

#11 in #vapory

Download history 288/week @ 2023-11-23 153/week @ 2023-11-30 239/week @ 2023-12-07 515/week @ 2023-12-14 506/week @ 2023-12-21 310/week @ 2023-12-28 419/week @ 2024-01-04 495/week @ 2024-01-11 478/week @ 2024-01-18 455/week @ 2024-01-25 386/week @ 2024-02-01 389/week @ 2024-02-08 460/week @ 2024-02-15 323/week @ 2024-02-22 384/week @ 2024-02-29 408/week @ 2024-03-07

1,619 downloads per month
Used in 218 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