A safe, reliable implementation of remove_dir_all for Windows, handling long paths and permissions correctly.
# Cargo.toml
[dependencies]
remove_dir_all = "1.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Recursively deletes a directory and all its contents.
Use this crate instead of std::fs::remove_dir_all on Windows.
No dependency data recorded yet.