Crates.io | cityhash-rs |
lib.rs | cityhash-rs |
version | 1.0.1 |
source | src |
created_at | 2021-05-31 13:44:42.780016 |
updated_at | 2022-07-29 16:43:31.192379 |
description | Rust no_std implementation of Google Cityhash v1.0.2, v1.0.3, and v1.1.0 |
homepage | |
repository | https://github.com/Protryon/cityhash-rs |
max_upload_size | |
id | 404231 |
size | 431,165 |
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.