Crate gix_glob

Source
Expand description

Provide glob Patterns for matching against paths or anything else.

§Feature Flags

  • serde — Data structures implement serde::Serialize and serde::Deserialize.

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.