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

#902 in Rust patterns

Download history 62781/week @ 2026-01-19 58641/week @ 2026-01-26 70401/week @ 2026-02-02 70520/week @ 2026-02-09 69992/week @ 2026-02-16 73342/week @ 2026-02-23 113325/week @ 2026-03-02 117925/week @ 2026-03-09 82726/week @ 2026-03-16 77951/week @ 2026-03-23 114574/week @ 2026-03-30 103514/week @ 2026-04-06 102293/week @ 2026-04-13 102528/week @ 2026-04-20 89001/week @ 2026-04-27 70937/week @ 2026-05-04

372,852 downloads per month
Used in 1,399 crates (12 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