Expand description
Wasm/JS bindings for BloomFilter
Structs§
- Large
Bloom Filter - A monomorphic wrapper for BloomFilter`s with a size of 1048576 bytes and 23 hash functions.
- Medium
Bloom Filter - A monomorphic wrapper for BloomFilter`s with a size of 4096 bytes and 17 hash functions.
- Small
Bloom Filter - A monomorphic wrapper for BloomFilter`s with a size of 256 bytes and 13 hash functions.
Functions§
- set_
panic_ hook - Panic hook lets us get better error messages if our Rust code ever panics.