{"id":57288,"library":"fs-extra","title":"fs_extra","description":"Expanding std::fs and std::io. Recursively copy folders with information about process and much more.","status":"active","version":"1.3.0","language":"rust","source_language":null,"source_url":"https://github.com/webdesus/fs_extra","tags":["filesystem","copy","directory","io","utility"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfs_extra = \"1.3.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add fs_extra","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"copy","correct":"use fs_extra::dir::copy;"}],"quickstart":{"code":"use fs_extra::dir::copy;\nuse fs_extra::dir::CopyOptions;\n\nfn main() {\n    let options = CopyOptions::new();\n    copy(\"source_dir\", \"dest_dir\", &options).unwrap();\n    println!(\"Directory copied successfully!\");\n}","lang":"rust","description":"Recursively copy a directory with progress information."},"warnings":[{"fix":"Set `overwrite` to `false` in `CopyOptions` to avoid accidental overwrites.","message":"The `copy` function overwrites files by default; use `CopyOptions` to control behavior.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'copi':10,20 'directori':21 'expand':3 'extra':2 'filesystem':19 'folder':11 'fs':1,5 'inform':13 'io':8,22 'much':17 'process':15 'recurs':9 'std':4,7 'util':23","created_at":"2026-06-16T15:36:26.257293+00:00","updated_at":"2026-06-16T15:36:26.257293+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/webdesus/fs_extra","github":"https://github.com/webdesus/fs_extra","docs":"https://docs.rs/fs_extra/","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}}