{"id":58064,"library":"jwalk","title":"Jwalk","description":"Filesystem walk performed in parallel with streamed and sorted results.","status":"active","version":"0.8.1","language":"rust","source_language":null,"source_url":"https://github.com/byron/jwalk","tags":["filesystem","parallel","walk"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\njwalk = \"0.8.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add jwalk","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"WalkDir","correct":"use jwalk::WalkDir;"}],"quickstart":{"code":"use jwalk::WalkDir;\n\nfn main() {\n    for entry in WalkDir::new(\".\") {\n        println!(\"{:?}\", entry.unwrap().path());\n    }\n}","lang":"rust","description":"Walk a directory tree in parallel."},"warnings":[],"env_vars":null,"search_vec":"'filesystem':2,12 'jwalk':1 'parallel':6,13 'perform':4 'result':11 'sort':10 'stream':8 'walk':3,14","created_at":"2026-06-16T16:09:47.357577+00:00","updated_at":"2026-06-16T16:09:47.357577+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/byron/jwalk","github":"https://github.com/byron/jwalk","docs":"https://docs.rs/jwalk/","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}}