I’m proud to announce the 0.6 release of remove_dir_all
! remove_dir_all
is a fast and reliable std::fs::remove_dir_all
implementation for Windows, for other platforms it simply re-exports std
. This release brings a lot internal updates and improvements with a complete internal refactor, switching to the 2018 edition and moving to GitHub Actions for handling CI. You can read more about the changes on the GitHub release page.
3 Likes
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.