10 releases (4 breaking)

Uses old Rust 2015

0.15.2 Aug 19, 2019
0.15.1 Aug 19, 2019
0.14.0 Jul 4, 2019
0.12.4 Jun 18, 2019
0.9.1 Jan 23, 2019

#666 in Rust patterns

Download history 50532/week @ 2024-03-14 55947/week @ 2024-03-21 55101/week @ 2024-03-28 68582/week @ 2024-04-04 60595/week @ 2024-04-11 56631/week @ 2024-04-18 51309/week @ 2024-04-25 48800/week @ 2024-05-02 49007/week @ 2024-05-09 44933/week @ 2024-05-16 58504/week @ 2024-05-23 55771/week @ 2024-05-30 42679/week @ 2024-06-06 48406/week @ 2024-06-13 50755/week @ 2024-06-20 37202/week @ 2024-06-27

187,967 downloads per month
Used in 799 crates (9 directly)

Apache-2.0

4KB

Specialized Hasher for 32-bit keys

Provides Hash256StdHasher, 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