Crate rbloom

Crate rbloom 

Source

Structs§

BloomFilter

Functions§

new
creates a new bloom filter struct, for approximately n items with false positive rate of p Example:
new_exact
creates a bloom filter struct of length m using k hash functions per operation Example: