Skip to content

Protryon/cityhash-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages