Stebalien / tempfile

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

plumbing for `with_suffix` for issue #298 #299

Closed Borgerr closed 2 months ago

Borgerr commented 2 months ago

closes #298

Adds a with_suffix to correspond to with_prefix. Allows for easier filetype specification and naming.