3 releases
0.1.2 | Jul 11, 2020 |
---|---|
0.1.1 | Jul 11, 2020 |
0.1.0 | Jul 11, 2020 |
#1494 in Filesystem
224 downloads per month
Used in 2 crates
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
~1.4–2MB
~37K SLoC