0.3.0 • Published 10 years ago
murmur-hash-ffi v0.3.0
murmur-hash-ffi
A Rust implementation of the non-cryptographic murmur hash, with a node interface provided via FFI.
var murmur = require('murmur-hash-ffi');
console.log(murmur('cheese'));
console.log(murmur('beans', 42));