farmhash-ffi

Crates.iofarmhash-ffi
lib.rsfarmhash-ffi
version0.1.0
created_at2020-05-24 18:49:43.858914+00
updated_at2020-05-24 18:49:43.858914+00
descriptionAn FFI binding to some of the FarmHash functions
homepage
repositoryhttps://github.com/gsquire/farmhash-ffi
max_upload_size
id245326
size300,821
Garrett Squire (gsquire)

documentation

https://docs.rs/farmhash-ffi

README

FarmHash FFI

This crate provides a simple API to utilize some of the FarmHash hashing functions in Rust. The types implement the Hasher trait so they can be used as the hashing function for a HashMap.

C++ Implementation

The included code can be viewed here.

License

MIT

For the included C++ code, the MIT license can be viewed in COPYING.

Commit count: 0

cargo fmt