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

#635 in Rust patterns

Download history 42484/week @ 2023-12-14 27649/week @ 2023-12-21 23077/week @ 2023-12-28 42869/week @ 2024-01-04 46719/week @ 2024-01-11 54671/week @ 2024-01-18 51495/week @ 2024-01-25 44287/week @ 2024-02-01 55562/week @ 2024-02-08 58427/week @ 2024-02-15 55652/week @ 2024-02-22 50695/week @ 2024-02-29 50516/week @ 2024-03-07 50532/week @ 2024-03-14 55988/week @ 2024-03-21 40858/week @ 2024-03-28

207,730 downloads per month
Used in 756 crates (8 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