Crate gix::pathspec::attributes::glob

source ·
Available on crate feature attributes only.
Expand description

Provide glob Patterns for matching against paths or anything else.

Feature Flags

Modules

Structs

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

Functions

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