#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

#1508 in Filesystem

Download history 108/week @ 2024-03-04 7/week @ 2024-03-11 149/week @ 2024-03-18 30/week @ 2024-03-25 266/week @ 2024-04-01 105/week @ 2024-04-08 15/week @ 2024-04-22 14/week @ 2024-05-13 8/week @ 2024-05-20 4/week @ 2024-05-27 4/week @ 2024-06-03 23/week @ 2024-06-10 56/week @ 2024-06-17

88 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