Module glob

Module glob 

Source
Expand description

High-performance glob pattern matching implementation.

This module provides efficient glob pattern matching using the globset crate with caching, compilation optimization, and comprehensive pattern support.

Structs§

GlobMatchResult
Result of a glob match operation
GlobMatcher
High-performance glob pattern matcher with compilation caching
GlobOptions
Configuration options for glob matching
GlobPattern
Individual glob pattern with metadata

Enums§

MatchMethod
Method used for pattern matching