[][src]Module pwfr::core::ebuild::pattern

Ebuild and Eclass patterns

Literal patterns and env Inspired by https://crates.io/crates/nsh (github: https://github.com/seiyanuta/nsh)

Structs

MatchResult
NoMatchesError
PatternWord

A word which includes patterns. We don't expand words into the Vec<String> directly since the patterns has two different meanings: path glob and match in case.

Enums

LiteralOrGlob
RegexSpan

Functions

match_pattern
match_pattern_all
replace_pattern