Crate nextest_filtering

Source
Expand description

Logic for parsing filtersets used by cargo-nextest.

Modules§

errors

Structs§

BinaryQuery
A query for a binary, passed into Filterset::matches_binary.
EvalContext
Inputs to filterset evaluation functions.
Filterset
A filterset that has been parsed and compiled.
ParseContext
Inputs to filterset parsing.
TestQuery
A query for a specific test, passed into Filterset::matches_test.

Enums§

CompiledExpr
FiltersetKind
The kind of filterset being parsed.
FiltersetLeaf
A leaf node in a filterset expression tree.
NameMatcher
Matcher for name
ParsedExpr
A filterset that hasn’t been compiled against a package graph.