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

#692 in Rust patterns

Download history 2434/week @ 2024-01-05 2629/week @ 2024-01-12 2716/week @ 2024-01-19 2680/week @ 2024-01-26 2721/week @ 2024-02-02 2468/week @ 2024-02-09 2882/week @ 2024-02-16 3142/week @ 2024-02-23 3114/week @ 2024-03-01 3509/week @ 2024-03-08 3666/week @ 2024-03-15 3354/week @ 2024-03-22 2877/week @ 2024-03-29 3644/week @ 2024-04-05 3297/week @ 2024-04-12 3079/week @ 2024-04-19

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