| Crates.io | farmhash-ffi |
| lib.rs | farmhash-ffi |
| version | 0.1.0 |
| created_at | 2020-05-24 18:49:43.858914+00 |
| updated_at | 2020-05-24 18:49:43.858914+00 |
| description | An FFI binding to some of the FarmHash functions |
| homepage | |
| repository | https://github.com/gsquire/farmhash-ffi |
| max_upload_size | |
| id | 245326 |
| size | 300,821 |
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.
The included code can be viewed here.
MIT
For the included C++ code, the MIT license can be viewed in COPYING.