Expand description
Provide glob Patterns for matching against paths or anything else.
Feature Flags
serde— Data structures implementserde::Serializeandserde::Deserialize.
Modules
- Utilities for searching matches of paths to patterns.
Structs
- A glob pattern optimized for matching paths relative to a root directory.
Functions
- Employ pattern matching to see if
valuematchespattern.