Crate bloomz

Crate bloomz 

Source
Expand description

bloomz: a fast, flexible bloom filter for rust

Re-exports§

pub use bloom::BloomFilter;

Modules§

bitset
A bitset implementation for the bloom filter.
bloom
The bloom filter implementation.
hashing
Hashing functions for the bloom filter.
math
Mathematical functions for calculating optimal bloom filter parameters.