Module adblock::lists[][src]

Expand description

Parsing functions and collections for handling with multiple filter rules.

Structs

Manages a set of rules to be added to an Engine.

Options for tweaking how a filter or list of filters is interpreted when parsing. It’s recommended to use struct update syntax with a default() “rest” value; adding new fields to this struct will not be considered a breaking change.

Enums

Denotes the format of a particular list resource, which affects how its rules should be parsed.

Unsuccessful result of parsing a single filter rule.

Successful result of parsing a single filter rule

Functions

Parse a single filter rule

Parse an entire list of filters, ignoring any errors