Crate bfilters

source ·

Structs

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

Enums

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

Constants