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-2-4 using randomized keys.

Structs

Bloom

Bloom filter structure