blfilter 0.2.0

Bloom filter implementation using farmhash.
Documentation
1
2
3
4
5
6
7
8
9
# bloomfilter

## Usage
Add this to `Cargo.toml`:

```
[dependencies]
blfilter = "0.1.0"
```