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

#1028 in Rust patterns

Download history 62334/week @ 2024-09-16 64360/week @ 2024-09-23 67642/week @ 2024-09-30 65491/week @ 2024-10-07 64308/week @ 2024-10-14 70083/week @ 2024-10-21 58781/week @ 2024-10-28 75804/week @ 2024-11-04 60889/week @ 2024-11-11 60979/week @ 2024-11-18 61613/week @ 2024-11-25 58098/week @ 2024-12-02 66453/week @ 2024-12-09 52590/week @ 2024-12-16 20593/week @ 2024-12-23 26448/week @ 2024-12-30

169,940 downloads per month
Used in 841 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