#hashing #bindings #function #traits #included #hash-map #farm-hash

farmhash-ffi

An FFI binding to some of the FarmHash functions

1 unstable release

0.1.0 May 24, 2020

#26 in #included

MIT license

290KB
11K SLoC

C++ 11K SLoC // 0.0% comments Rust 64 SLoC // 0.0% comments

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.

Dependencies

~215KB