cityhash-rs

Crates.iocityhash-rs
lib.rscityhash-rs
version1.0.1
sourcesrc
created_at2021-05-31 13:44:42.780016
updated_at2022-07-29 16:43:31.192379
descriptionRust no_std implementation of Google Cityhash v1.0.2, v1.0.3, and v1.1.0
homepage
repositoryhttps://github.com/Protryon/cityhash-rs
max_upload_size
id404231
size431,165
Max Bruce (Protryon)

documentation

README

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.

Commit count: 2

cargo fmt