#google #hash #cityhash

cityhash-rs

Rust no_std implementation of Google Cityhash v1.0.2, v1.0.3, and v1.1.0

2 stable releases

1.0.1 Jul 29, 2022
1.0.0 May 31, 2021

#716 in Algorithms

Download history 192/week @ 2023-12-05 143/week @ 2023-12-12 72/week @ 2023-12-19 13/week @ 2023-12-26 135/week @ 2024-01-02 318/week @ 2024-01-09 568/week @ 2024-01-16 495/week @ 2024-01-23 423/week @ 2024-01-30 361/week @ 2024-02-06 288/week @ 2024-02-13 516/week @ 2024-02-20 540/week @ 2024-02-27 599/week @ 2024-03-05 276/week @ 2024-03-12 766/week @ 2024-03-19

2,289 downloads per month
Used in 2 crates

MIT/Apache

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.

No runtime deps