3 releases
0.1.2 | Jul 11, 2020 |
---|---|
0.1.1 | Jul 11, 2020 |
0.1.0 | Jul 11, 2020 |
#1515 in Filesystem
446 downloads per month
Used in align3d
6KB
104 lines
(https://crates.io/crates/test-temp-file)
[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
lib.rs
:
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
Dependencies
~530KB