Crate deterministic_bloom_wasm
source ·Expand description
Wasm/JS bindings for BloomFilter
Structs
- A monomorphic wrapper for BloomFilter`s with a size of 1048576 bytes and 23 hash functions.
- A monomorphic wrapper for BloomFilter`s with a size of 4096 bytes and 17 hash functions.
- A monomorphic wrapper for BloomFilter`s with a size of 256 bytes and 13 hash functions.
Functions
- Panic hook lets us get better error messages if our Rust code ever panics.