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

#822 in Rust patterns

Download history 2228/week @ 2023-12-04 2205/week @ 2023-12-11 2480/week @ 2023-12-18 2312/week @ 2023-12-25 2145/week @ 2024-01-01 2540/week @ 2024-01-08 2598/week @ 2024-01-15 2759/week @ 2024-01-22 2869/week @ 2024-01-29 2460/week @ 2024-02-05 2720/week @ 2024-02-12 2752/week @ 2024-02-19 3333/week @ 2024-02-26 3112/week @ 2024-03-04 3639/week @ 2024-03-11 3272/week @ 2024-03-18

13,593 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