A Bloom filter cascade implementation in rust. This can utilize one of two hash functions:
This implementation is designed to match up with the Python filter-cascade project [[github](https://github.com/mozilla/filter-cascade)]
See tests in src/lib.rs to get an idea of usage.