forked from mirrors/gecko-dev
This also upgrades the headers crate to 0.3.7. Webdriver depends on warp 0.2, which depends on headers 0.3. But headers < 0.3.7 depends on sha-1 < 0.10. We need sha-1 and sha2 at the same minor version to avoid duplicate block-buffer, generic-array, and digest crates. Differential Revision: https://phabricator.services.mozilla.com/D146010 |
||
|---|---|---|
| .. | ||
| src | ||
| test_data | ||
| .cargo-checksum.json | ||
| Cargo.toml | ||
| license.txt | ||
| README.md | ||
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 [github]
See tests in src/lib.rs to get an idea of usage.