[][src]Module broot::pattern

a pattern for filtering and sorting filenames. It's backed either by a fuzzy pattern matcher or by a regular expression (in which case there's no real score)

Structs

FuzzyPattern

A pattern for fuzzy matching

Match

A Match is a positive result of pattern matching

MatchedString
RegexPattern

Enums

Pattern