adblock 0.13.0

Native Rust module for Adblock Plus syntax (e.g. EasyList, EasyPrivacy) filter parsing and matching.
Documentation
1
2
3
4
5
6
pub(crate) mod containers;
pub(crate) mod unsafe_tools;

#[cfg(test)]
#[path = "../../tests/unit/flatbuffers/mod.rs"]
mod unit_tests;