/bloomrs

Quick Rust Wasm wrapper around a rust bloom filter implementation

Primary LanguageRustMIT LicenseMIT

Bloomrs - rust powered bloom filter for javascript

About

This is just a light wrapper around a rust bloom filter written by much smarter people, which I've put together to throw onto NPM

Usage

Build

wasm-pack build --target nodejs

Test

wasm-pack test --node

Publish to NPM with wasm-pack publish

wasm-pack publish