Crate wax

source ·
Expand description

Wax provides opinionated and portable globs that can be matched against file paths and directory trees. Globs use a familiar syntax and support expressive features with semantics that emphasize component boundaries.

See the repository documentation for details about glob expressions and patterns.

Structs

Enums

Traits

  • A glob expression representation that can be incorporated into a combinator.
  • An Iterator over WalkEntrys that can filter directory trees.
  • Error associated with a Span within a glob expression.
  • A compiled glob expression that can be inspected and matched against paths.

Functions

Type Aliases

  • Location and length of a token within a glob expression.