async-tempfile 0.1.0

Automatically deleted async I/O temporary files.
Documentation
1
2
3
4
5
# tempfile

Provides the `TempFile` struct, an asynchronous wrapper based on `tokio::fs`
for temporary files that will be automatically deleted when the last reference to
the struct is dropped.