Crate async_spooled_tempfile

Source
Expand description

Crate providing an asynchronous version of the tempfile::SpooledTempFile structure exposed by the tempfile crate.

Re-exports§

pub use tempfile;

Structs§

SpooledTempFile
Asynchronous version of tempfile::SpooledTempFile.

Enums§

SpooledData
Data stored in a SpooledTempFile instance.