2 A Bloom filter cascade implementation in rust. This can utilize one of two hash
6 * SHA256, with an optional salt
8 This implementation is designed to match up with the Python [filter-cascade
9 project](https://pypi.org/project/filtercascade/)
10 [[github](https://github.com/mozilla/filter-cascade)]
12 See tests in src/lib.rs to get an idea of usage.