Crate bloom_filter_rs

Source
Expand description

Implementation of a BloomFilter

Structs§

BloomFilter
BloomFilter
Murmur3
A unit struct for the murmur3 hash function.

Traits§

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