Crate glob

Source
Available on crate feature excludes only.
Expand description

Provide glob Patterns for matching against paths or anything else.

§Feature Flags

Modules§

pattern
search
Utilities for searching matches of paths to patterns.
wildmatch

Structs§

Pattern
A glob pattern optimized for matching paths relative to a root directory.

Functions§

parse
Create a Pattern by parsing text or return None if text is empty.
wildmatch
Employ pattern matching to see if value matches pattern.