{"id":58026,"library":"globwalk","title":"globwalk","description":"Glob-matched recursive file system walking.","status":"active","version":"0.9.1","language":"rust","source_language":null,"source_url":"https://github.com/gilnaa/globwalk","tags":["glob","filesystem","walking","recursive"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nglobwalk = \"0.9.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add globwalk","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"GlobWalker","correct":"use globwalk::GlobWalker;"}],"quickstart":{"code":"use globwalk::GlobWalker;\n\nfn main() {\n    let walker = GlobWalker::from_patterns(\"src/**/*.rs\", &[]).unwrap();\n    for entry in walker {\n        if let Ok(entry) = entry {\n            println!(\"{}\", entry.path().display());\n        }\n    }\n}","lang":"rust","description":"Walk the filesystem matching files with a glob pattern."},"warnings":[],"env_vars":null,"search_vec":"'file':6 'filesystem':10 'glob':3,9 'glob-match':2 'globwalk':1 'match':4 'recurs':5,12 'system':7 'walk':8,11","created_at":"2026-06-16T16:08:28.727218+00:00","updated_at":"2026-06-16T16:08:28.727218+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/gilnaa/globwalk","github":"https://github.com/gilnaa/globwalk","docs":"https://docs.rs/globwalk/","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}}