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.

Modules

  • Re-exports of commonly used items.
  • walkwalk
    Traversal and matching of files and directory trees.

Structs

Enums

Traits

  • Error associated with a Span within a glob expression.
  • A representation of 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.