Crate git_glob

source ·
Expand description

Provide glob Patterns for matching against paths or anything else.

Feature Flags

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

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.