test-temp-file 0.1.2

This crate allows creation and automatic deletion (based on Drop trait) of files
Documentation

(https://crates.io/crates/test-temp-file) Rust

[Test Temp File]

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