Module tempfile_utils

Source
Expand description

More composable/controllable utilities for handling temporary files?

Structs§

Tempfile
TempfileOptions
TempfileWithFlush

Enums§

TempfileError

Functions§

temp_path
Append a suffix .tmp~..-.. where the numbers are pid and tid
tempfile
Usage of Tempfile made easier: opens a file handle to the temporary file and hands it back, too