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

#571 in Rust patterns

Download history 3506/week @ 2024-08-19 3881/week @ 2024-08-26 4424/week @ 2024-09-02 3815/week @ 2024-09-09 3857/week @ 2024-09-16 4139/week @ 2024-09-23 3696/week @ 2024-09-30 6231/week @ 2024-10-07 7209/week @ 2024-10-14 9004/week @ 2024-10-21 7429/week @ 2024-10-28 6375/week @ 2024-11-04 6537/week @ 2024-11-11 7317/week @ 2024-11-18 7017/week @ 2024-11-25 7445/week @ 2024-12-02

28,980 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