0.5.0
To add async-tempfile/0.5.0, run
cargo add async-tempfile@0.5.0To install the latest version, run
cargo add async-tempfileChanges since 0.4.0
Changed
- The
newandnew_infunctions now do not rely on theuuidfeature anymore for the generation of temporary file names. - The
uuidfeature is now not enabled by default anymore.
Internal
- Some unnecessary heap allocations were removed.