Crate test_temp_file

Source
Expand description

This crate allows creation and automatic deletion (based on Drop trait) of files. This is aimed mostly for testing purposes, for example when testing a parser you probably want to read/write file and validate their content

Structsยง