Crate bloom_filter_rs

source ·
Expand description

Implementation of a BloomFilter

Structs

BloomFilter
A unit struct for the murmur3 hash function.

Traits

A trait for hashing an arbitrary stream of bytes into a bloom filter.