9 releases

0.1.4 Mar 22, 2023
0.1.3 Mar 20, 2023
0.1.1 Feb 27, 2023
0.0.4 Apr 11, 2021
0.0.2 Jun 14, 2020

#492 in Testing

Download history 2/week @ 2024-01-21 13/week @ 2024-02-18 20/week @ 2024-02-25 3/week @ 2024-03-03 7/week @ 2024-03-10 1/week @ 2024-03-17 125/week @ 2024-03-31

134 downloads per month
Used in drive-v3

MIT license

15KB
290 lines

testfile for Rust

Support for creating automaticaly deleted test files for use in your Rust unit tests. No more to worry about temporary file cleanups.

License: MIT Crates.io dependency status Documentation Lines of code Gitlab pipeline Downloads


lib.rs:

Create and manage temporary file used for unit tests. File is deleted on Drop

Dependencies

~315KB