Module matchers

Module matchers 

Source

Structs§

DifferenceMatcher
Matches paths that are matched by the first input matcher but not by the second.
EverythingMatcher
FilesMatcher
GlobsMatcher
Matches file paths with glob patterns.
GlobsMatcherBuilder
Constructs GlobsMatcher from patterns.
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