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§
- Glob
Match Result - Result of a glob match operation
- Glob
Matcher - High-performance glob pattern matcher with compilation caching
- Glob
Options - Configuration options for glob matching
- Glob
Pattern - Individual glob pattern with metadata
Enums§
- Match
Method - Method used for pattern matching