gsquire / farmhash-ffi

Simple Rust bindings to Google's FarmHash

Home Page:https://crates.io/crates/farmhash-ffi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FarmHash FFI

CI docs

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.

About

Simple Rust bindings to Google's FarmHash

https://crates.io/crates/farmhash-ffi

License:MIT License


Languages

Language:C++ 99.4%Language:Rust 0.6%