# rust-cascade **Repository Path**: mirrors_mozilla/rust-cascade ## Basic Information - **Project Name**: rust-cascade - **Description**: A filter cascade implementation in rust - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust-cascade A Bloom filter cascade implementation in rust. This can utilize one of two hash functions: * MurmurHash32, or * SHA256, with an optional salt This implementation is designed to match up with the Python [filter-cascade project](https://pypi.org/project/filtercascade/) [[github](https://github.com/mozilla/filter-cascade)] See tests in src/lib.rs to get an idea of usage.