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

#1286 in Rust patterns

Download history 49072/week @ 2024-12-17 20638/week @ 2024-12-24 32501/week @ 2024-12-31 57195/week @ 2025-01-07 77553/week @ 2025-01-14 65266/week @ 2025-01-21 60852/week @ 2025-01-28 69426/week @ 2025-02-04 71528/week @ 2025-02-11 66239/week @ 2025-02-18 60589/week @ 2025-02-25 65414/week @ 2025-03-04 69130/week @ 2025-03-11 61289/week @ 2025-03-18 70818/week @ 2025-03-25 49630/week @ 2025-04-01

264,692 downloads per month
Used in 870 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