murmur-hash-ffi
v0.3.0
Published
Native implementation of the non-cryptographic murmur hash using FFI
Downloads
4
Readme
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));