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

#1177 in Rust patterns

Download history 61159/week @ 2024-07-19 57514/week @ 2024-07-26 55202/week @ 2024-08-02 72996/week @ 2024-08-09 54985/week @ 2024-08-16 64509/week @ 2024-08-23 69283/week @ 2024-08-30 65569/week @ 2024-09-06 60620/week @ 2024-09-13 68587/week @ 2024-09-20 61812/week @ 2024-09-27 70054/week @ 2024-10-04 64404/week @ 2024-10-11 68190/week @ 2024-10-18 63195/week @ 2024-10-25 72805/week @ 2024-11-01

281,343 downloads per month
Used in 828 crates (10 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