Crate nextest_filtering
source ·Expand description
Logic for parsing filtersets used by cargo-nextest.
Modules§
Structs§
- A query for a binary, passed into
Filterset::matches_binary
. - Inputs to filterset evaluation functions.
- A filterset that has been parsed and compiled.
- Inputs to filterset parsing.
- A query for a specific test, passed into
Filterset::matches_test
.
Enums§
- The kind of filterset being parsed.
- A leaf node in a filterset expression tree.
- Matcher for name
- A filterset that hasn’t been compiled against a package graph.