Show the crate…
4 releases
0.3.1 | Jun 8, 2021 |
---|---|
0.3.0 | Feb 18, 2021 |
0.3.0-alpha | Mar 10, 2021 |
0.2.1 | Feb 20, 2021 |
#12 in #32-byte
216 downloads per month
Used in 51 crates
(via fastmap)
3KB
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