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

#982 in Rust patterns

Download history 6256/week @ 2024-12-17 5113/week @ 2024-12-24 5499/week @ 2024-12-31 7129/week @ 2025-01-07 7343/week @ 2025-01-14 7031/week @ 2025-01-21 7506/week @ 2025-01-28 8586/week @ 2025-02-04 8346/week @ 2025-02-11 6715/week @ 2025-02-18 6477/week @ 2025-02-25 6546/week @ 2025-03-04 9301/week @ 2025-03-11 9719/week @ 2025-03-18 9195/week @ 2025-03-25 9302/week @ 2025-04-01

39,037 downloads per month
Used in 17 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