4 releases

0.2.3 Mar 16, 2020
0.2.2 Oct 24, 2019
0.2.0 Aug 24, 2018
0.1.0 Aug 17, 2017

#739 in Rust patterns

Download history 3161/week @ 2024-02-27 3169/week @ 2024-03-05 3617/week @ 2024-03-12 3495/week @ 2024-03-19 3049/week @ 2024-03-26 3380/week @ 2024-04-02 3416/week @ 2024-04-09 3344/week @ 2024-04-16 3528/week @ 2024-04-23 3097/week @ 2024-04-30 3364/week @ 2024-05-07 2867/week @ 2024-05-14 3178/week @ 2024-05-21 2957/week @ 2024-05-28 3579/week @ 2024-06-04 2737/week @ 2024-06-11

12,956 downloads per month
Used in 16 crates (6 directly)

MIT/Apache

4KB

Specialized Hasher for 32-byte keys

Provides PlainHasher, a specialized core::hash::Hasher that takes just 8 bytes of the provided value and may only be used for keys which are 32 bytes.

The crate is no_std-compatible.

Dependencies

~10KB