LeeMartin77 / bloomrs

Quick Rust Wasm wrapper around a rust bloom filter implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Quick Rust Wasm wrapper around a rust bloom filter implementation

License:MIT License


Languages

Language:Rust 100.0%