{"id":59136,"library":"wax","title":"Wax","description":"Provides opinionated and portable globs that can be matched against paths and directory trees.","status":"active","version":"0.7.0","language":"rust","source_language":null,"source_url":"https://github.com/olson-sean-k/wax","tags":["glob","pattern","filesystem","walk"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwax = \"0.7.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add wax","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Glob","correct":"use wax::Glob;"}],"quickstart":{"code":"use wax::Glob;\n\nfn main() {\n    let glob = Glob::new(\"src/**/*.rs\").unwrap();\n    for entry in glob.walk(\".\").flatten() {\n        println!(\"{:?}\", entry.path());\n    }\n}","lang":"rust","description":"Walks a directory tree matching files against a glob pattern."},"warnings":[],"env_vars":null,"search_vec":"'directori':14 'filesystem':18 'glob':6,16 'match':10 'opinion':3 'path':12 'pattern':17 'portabl':5 'provid':2 'tree':15 'walk':19 'wax':1","created_at":"2026-06-16T16:51:36.923262+00:00","updated_at":"2026-06-16T16:51:36.923262+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/olson-sean-k/wax","github":"https://github.com/olson-sean-k/wax","docs":"https://docs.rs/wax/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}