Crate nextest_filtering
source ·Expand description
Logic for parsing filter expressions used by cargo-nextest.
Modules§
Structs§
- A query for a binary, passed into
FilteringExpr::matches_binary
. - Inputs to filterset evaluation functions.
- Filtering expression.
- Inputs to filterset parsing.
- A query for a specific test, passed into
FilteringExpr::matches_test
.
Enums§
- The kind of filtering expression being parsed.
- Define a set of tests
- Matcher for name
- A filter expression that hasn’t been compiled against a package graph.