Registry / utility / wax
library0.7.0rscratesunverified

Provides opinionated and portable globs that can be matched against paths and directory trees.

# Cargo.toml [dependencies] wax = "0.7.0"
INSTALL
IMPORT
SIG · WAX
W
wax
utilityrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Glob
✓ use wax::Glob;

Walks a directory tree matching files against a glob pattern.

use wax::Glob; fn main() { let glob = Glob::new("src/**/*.rs").unwrap(); for entry in glob.walk(".").flatten() { println!("{:?}", entry.path()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
wax — cargo add wax · libregistry