[][src]Crate xx_bloomfilter

Bloom filter for Rust - forked from https://github.com/jedisct1/rust-bloom-filter

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

Structs

Bloom

Bloom filter structure

SerdeBloom