{"id":58075,"library":"remove-dir-all","title":"Remove Dir All","description":"A safe, reliable implementation of remove_dir_all for Windows, handling long paths and permissions correctly.","status":"active","version":"1.0.0","language":"rust","source_language":null,"source_url":"https://github.com/XAMPPRocky/remove_dir_all","tags":["filesystem","windows","directory","utility"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nremove_dir_all = \"1.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add remove_dir_all","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"remove_dir_all","correct":"use remove_dir_all::remove_dir_all;"}],"quickstart":{"code":"use remove_dir_all::remove_dir_all;\n\nfn main() {\n    remove_dir_all(\"./temp_dir\").unwrap();\n}","lang":"rust","description":"Recursively deletes a directory and all its contents."},"warnings":[{"fix":"Use this crate instead of std::fs::remove_dir_all on Windows.","message":"On Windows, the standard library's remove_dir_all may fail for long paths; this crate provides a workaround.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'correct':19 'dir':2,10 'directori':22 'filesystem':20 'handl':14 'implement':7 'long':15 'path':16 'permiss':18 'reliabl':6 'remov':1,9 'safe':5 'util':23 'window':13,21","created_at":"2026-06-16T16:10:24.182973+00:00","updated_at":"2026-06-16T16:10:24.182973+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/XAMPPRocky/remove_dir_all","github":"https://github.com/XAMPPRocky/remove_dir_all","docs":"https://docs.rs/remove_dir_all/","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}}