| Crates.io | rust_cascade |
| lib.rs | rust_cascade |
| version | 1.5.0 |
| created_at | 2019-03-08 16:12:36.334247+00 |
| updated_at | 2023-04-05 18:26:12.399148+00 |
| description | A simple bloom filter cascade implementation in Rust. |
| homepage | https://github.com/mozilla/rust-cascade |
| repository | https://github.com/mozilla/rust-cascade |
| max_upload_size | |
| id | 119497 |
| size | 85,287 |
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]
See tests in src/lib.rs to get an idea of usage.