Module matchers

Source

Structs§

DifferenceMatcher
Matches paths that are matched by the first input matcher but not by the second.
EverythingMatcher
FileGlobsMatcher
Matches file paths with glob patterns.
FilesMatcher
IntersectionMatcher
Matches paths that are matched by both input matchers.
NothingMatcher
PrefixMatcher
UnionMatcher
Matches paths that are matched by any of the input matchers.

Enums§

Visit
VisitDirs
VisitFiles

Traits§

Matcher