Crate bloomfilter [] [src]

Bloom filter for Rust

This is a simple but fast Bloom filter implementation, that requires only 2 hash functions, generated with SipHash-1-3 using randomized keys.

Structs

Bloom

Bloom filter structure