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

#1064 in Rust patterns

Download history 7574/week @ 2024-12-01 7466/week @ 2024-12-08 5809/week @ 2024-12-15 5334/week @ 2024-12-22 4839/week @ 2024-12-29 7622/week @ 2025-01-05 7167/week @ 2025-01-12 7081/week @ 2025-01-19 7863/week @ 2025-01-26 7627/week @ 2025-02-02 8974/week @ 2025-02-09 6891/week @ 2025-02-16 6243/week @ 2025-02-23 6522/week @ 2025-03-02 9043/week @ 2025-03-09 9143/week @ 2025-03-16

31,542 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