adblock 0.12.2

Native Rust module for Adblock Plus syntax (e.g. EasyList, EasyPrivacy) filter parsing and matching.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod fb_index;
pub(crate) mod flat_map;
pub(crate) mod flat_multimap;
pub(crate) mod flat_serialize;
pub(crate) mod flat_set;
pub(crate) mod hash_index;
pub(crate) mod hash_map;
pub(crate) mod hash_set;
pub(crate) mod sorted_index;