Expand description
Logic for parsing filtersets used by cargo-nextest.
Modules§
Structs§
- Binary
Query - A query for a binary, passed into
Filterset::matches_binary
. - Eval
Context - Inputs to filterset evaluation functions.
- Filterset
- A filterset that has been parsed and compiled.
- Parse
Context - Inputs to filterset parsing.
- Test
Query - A query for a specific test, passed into
Filterset::matches_test
.
Enums§
- Compiled
Expr - Filterset
Kind - The kind of filterset being parsed.
- Filterset
Leaf - A leaf node in a filterset expression tree.
- Name
Matcher - Matcher for name
- Parsed
Expr - A filterset that hasn’t been compiled against a package graph.