To add async-tempfile/0.6.0, run
cargo add [email protected]
To install the latest version, run
cargo add async-tempfile
Changes since 0.5.0
Full Changelog: 0.5.0...v0.6.0
Added
- #7: Added
TempDir
for automatically deleted temporary directories.
Internal
- Refactored temporary file name generation.
- Run tests on Linux, MacOS and Windows.