Skip to main content

Module filter

Module filter 

Source

Structs§

CompiledFilter
A compiled filter bound to a specific format. Evaluating a line runs the format’s regex once and applies all predicates against the resulting captures. AND semantics: a line matches iff every predicate matches.
FilterSpec
A parsed filter spec, before being bound to a format.

Enums§

FilterMatch
FilterOp
Operator in a single filter spec.