lib.rs
Jan 28, 202511,793,209 downloads per month Used in 18,090 crates (5,901 directly). MIT/Apache. 105KB 1K SLoC tempfile. A secure, cross-platform, temporary file library for Rust. In addition to creating temporary files, this library also allows users to securely open multiple independent references to the same temporary file (useful for consumer/producer patterns and surprisingly difficult to implement ...