[][src]Module adblock::filters::network

Structs

NetworkFilter
NetworkFilterMask

Enums

CompiledRegex
FilterError
FilterPart

Constants

TOKENS_BUFFER_SIZE

Traits

NetworkMatchable

Functions

check_cpt_allowed
compile_regex

Compiles a filter pattern to a regex. This is only performed lazily for filters containing at least a * or ^ symbol. Because Regexes are expansive, we try to convert some patterns to plain filters.