#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

#714 in Testing

Download history 119/week @ 2024-02-06 144/week @ 2024-02-13 15/week @ 2024-02-20 31/week @ 2024-02-27 105/week @ 2024-03-05 106/week @ 2024-03-12 50/week @ 2024-03-19 53/week @ 2024-03-26 326/week @ 2024-04-02 21/week @ 2024-04-09 5/week @ 2024-04-16 10/week @ 2024-04-23

120 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