Crate bfilters

Source

Structs§

BloomFilter
A structure representing a bloom filter. The structure should be created \w ::new syntax. Consider the fact that constructor returns Result<BloomFilter, String>

Enums§

LoadBloomFilterError
The error that can be returned on BloomFilter::from_file either if something was wrong with the file or with parsing.
SaveBloomFilterError
The error that can be returned on bloom_filter.save either if something was wrong with the file or with parsing.

Constants§

DEFAULT_FALSE_POSITIVE_PROBABILITY