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. - Filtering expression.
 - A query for a specific test, passed into
FilteringExpr::matches_test. 
Enums
- Define a set of tests
 - Matcher for name
 - A filter expression that hasn’t been compiled against a package graph.