#temp #test

test-temp-file

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

3 releases

0.1.2 Jul 11, 2020
0.1.1 Jul 11, 2020
0.1.0 Jul 11, 2020

#1515 in Filesystem

Download history 75/week @ 2024-03-27 302/week @ 2024-04-03 20/week @ 2024-04-10 6/week @ 2024-04-17 9/week @ 2024-04-24 3/week @ 2024-05-08 13/week @ 2024-05-15 7/week @ 2024-05-22 4/week @ 2024-05-29 16/week @ 2024-06-05 15/week @ 2024-06-12 63/week @ 2024-06-19 374/week @ 2024-06-26 6/week @ 2024-07-03

446 downloads per month
Used in align3d

MIT/Apache

6KB
104 lines

(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


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