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

#638 in Rust patterns

Download history 3225/week @ 2024-06-08 3195/week @ 2024-06-15 3920/week @ 2024-06-22 3343/week @ 2024-06-29 3438/week @ 2024-07-06 3806/week @ 2024-07-13 3286/week @ 2024-07-20 2956/week @ 2024-07-27 4029/week @ 2024-08-03 3437/week @ 2024-08-10 3463/week @ 2024-08-17 4003/week @ 2024-08-24 4405/week @ 2024-08-31 3757/week @ 2024-09-07 3844/week @ 2024-09-14 3599/week @ 2024-09-21

16,228 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