2 stable releases
| 1.0.1 | Jul 29, 2022 |
|---|---|
| 1.0.0 | May 31, 2021 |
#442 in Algorithms
830,084 downloads per month
Used in 6 crates
(4 directly)
420KB
16K
SLoC
cityhash-rs
This crate provides pure-rust no_std implementations of cityhash versions v1.0.2, v1.0.3, and v1.1.0.
Note that only CityHash128 is supported at the moment, CityHash64 and CityHash32 are not supported. If anyone needs them, let me know and I can write them up.