зеркало из https://github.com/mozilla/gecko-dev.git
623ad6e025
Differential Revision: https://phabricator.services.mozilla.com/D24557 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
src | ||
test_data | ||
.cargo-checksum.json | ||
Cargo.toml | ||
README.md | ||
license.txt |
README.md
rust-cascade
A filter cascade implementation in rust. This uses the 32 bit version of the MurmurHash3 algorithm and is specifically implemented for compatibility with a specific python filter cascade implementation (https://github.com/mozilla/crlite/blob/master/create_filter_cascade/FilterCascade.py).
See tests in src/lib.rs to get an idea of usage.