farmhash-ffi 0.1.0

An FFI binding to some of the FarmHash functions
Documentation
fn main() {
    cc::Build::new()
        .cpp(true)
        .file("include/farmhash.cc")
        .flag("-O3")
        .compile("libfarmhash.a");
}