Crate wax[][src]

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.

Structs

CapturingTokendiagnostics-inspect

Iterator over files matching a Glob in a directory tree.

Describes a file matching a Glob in a directory tree.

An error produced by recursively walking a directory.

Enums

Traits

DiagnosticGlobdiagnostics-report
DiagnosticResultExtdiagnostics-report

Functions

Escapes text as a literal glob expression.

Returns true if the given character is a contextual meta-character.

Returns true if the given character is a meta-character.

Type Definitions

DiagnosticResultdiagnostics-report
Spandiagnostics-inspect