Stebalien / tempfile

Temporary file library for rust
http://stebalien.com/projects/tempfile-rs
Apache License 2.0
1.2k stars 120 forks source link

add keep() function to builder that suppresses delete-on-drop behavior #293

Closed RalfJung closed 3 months ago

RalfJung commented 3 months ago

Fixes https://github.com/Stebalien/tempfile/issues/194

Stebalien commented 3 months ago

Thanks!