Crate glob
Source Available on crate feature excludes
only.
Expand description
Provide glob Patterns
for matching against paths or anything else.
§Feature Flags
- pattern
- search
- Utilities for searching matches of paths to patterns.
- wildmatch
- Pattern
- A glob pattern optimized for matching paths relative to a root directory.
- parse
- Create a
Pattern
by parsing text
or return None
if text
is empty. - wildmatch
- Employ pattern matching to see if
value
matches pattern
.