4 releases
0.2.3 | Mar 16, 2020 |
---|---|
0.2.2 | Oct 24, 2019 |
0.2.0 | Aug 24, 2018 |
0.1.0 | Aug 17, 2017 |
#638 in Rust patterns
16,228 downloads per month
Used in 17 crates
(6 directly)
4KB
Specialized Hasher for 32-byte keys
Provides PlainHasher
, 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