{"id":72159,"library":"xvc-walker","title":"Xvc Walker","description":"Provides a parallel file system walker with ignore features for Xvc.","status":"active","version":"0.7.0","language":"rust","source_language":null,"source_url":"https://github.com/iesahin/xvc","tags":["file-system","walker","parallel","ignore"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nxvc-walker = \"0.7.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add xvc-walker","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Walker","correct":"use xvc_walker::Walker;"}],"quickstart":{"code":"use xvc_walker::Walker;\nfn main() {\n    let walker = Walker::new(\".\").unwrap();\n    for entry in walker {\n        println!(\"{:?}\", entry);\n    }\n}","lang":"rust","description":"Walks the current directory with ignore rules."},"warnings":[],"env_vars":null,"search_vec":"'featur':11 'file':6,15 'file-system':14 'ignor':10,19 'parallel':5,18 'provid':3 'system':7,16 'walker':2,8,17 'xvc':1,13","created_at":"2026-06-17T18:35:56.722373+00:00","updated_at":"2026-06-17T18:35:56.722373+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://xvc.dev","github":"https://github.com/iesahin/xvc","docs":"https://docs.rs/xvc-walker/","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-17","next_check":"2026-12-14","install_tag":null}}