Rust function to generate a temporary filename without creating file

⚓ rust    📅 2025-05-04    👤 surdeus    👁️ 5      

surdeus

Warning

This post was published 60 days ago. The information described in this article may have changed.

Hello! Is there a function that will generate a temporary filename inside TMPDIR without actually creating the file? Julia for instance has the tempname function (see docs). Is there a rust equivalent?

2 posts - 2 participants

Read full topic

🏷️ rust_feed