murmur-hash-ffi

0.3.0 • Public • Published

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));

/murmur-hash-ffi/

    Package Sidebar

    Install

    npm i murmur-hash-ffi

    Weekly Downloads

    2

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • b3nj4m