Stebalien / tempfile

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

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

Closed RalfJung closed 1 month ago

RalfJung commented 1 month ago

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

Stebalien commented 1 month ago

Thanks!