Announcing remove_dir_all 0.6

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.

https://github.com/XAMPPRocky/remove_dir_all/releases/tag/v0.6.0

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.