camino-tempfile
A library for managing temporary files and directories, with UTF-8 paths.
1.4.1
8.4M downloads/mo
#3421 most downloaded on crates.io
camino-rs/camino-tempfile
What this package is like to depend on
Last release 1 years ago
12 May 2025
Release timing varies
gaps range from 9 days to 1.4 years
Nearly every release is documented
notes for 7 of 7 stable releases
1 version withdrawn
withdrawn after publishing
3 years old
8 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Apr 2023 to May 2025
2024
2025
2026
Releases
latest 8-
1.4.112 May 2025 -
1.4.012 May 2025Release notes
Open source →Added
Updates corresponding to upstream
tempfile:Builder::disable_cleanup,Utf8TempDir::disable_cleanup,NamedUtf8TempFile::disable_cleanup, andUtf8TempPath::disable_cleanupconditionally disable cleanup for temporary files and directories.Builder::permissionssets permissions for temporary files and directories.
Release notes
Open source →Added
Updates corresponding to upstream
tempfile:Builder::disable_cleanup,Utf8TempDir::disable_cleanup,NamedUtf8TempFile::disable_cleanup, andUtf8TempPath::disable_cleanupconditionally disable cleanup for temporary files and directories.Builder::permissionssets permissions for temporary files and directories.
-
1.3.003 May 2025Release notes
Open source →Added
- References to the new
camino-tempfile-extcrate, which contains quality-of-life extensions that make it easier to write and assert temporary files. Be sure to check it out!
Changed
- MSRV updated to Rust 1.74 to support camino-tempfile-ext (sorry about the quickfire double-bump).
Release notes
Open source →Added
- References to the new
camino-tempfile-extcrate, which contains quality-of-life extensions that make it easier to write and assert temporary files. Be sure to check it out!
Changed
- MSRV updated to Rust 1.74 to support camino-tempfile-ext (sorry about the quickfire double-bump).
- References to the new
-
1.2.002 May 2025Release notes
Open source →Added
Utf8TempDir::with_suffix,Utf8TempDir::with_suffix_in,NamedUtf8TempFile::with_suffix, andNamedUtf8TempFile::with_suffix_in.
Changed
- MSRV updated to Rust 1.65.
Release notes
Open source →Added
Utf8TempDir::with_suffix,Utf8TempDir::with_suffix_in,NamedUtf8TempFile::with_suffix, andNamedUtf8TempFile::with_suffix_in.
Changed
- MSRV updated to Rust 1.65.
-
1.1.128 Nov 2023 -
1.1.028 Nov 2023Release notes
Open source →Added
- Mirroring the new API added in tempfile 3.8.0, added
with_prefixandwith_prefix_intoUtf8TempDirandNamedUtf8TempFileto make it easier to create temporary files/directories with nice prefixes.
Changed
- Updated tempfile dependency to 3.8.1.
- Updated MSRV to 1.63 to match the MSRV of tempfile.
- Mirroring the new API added in tempfile 3.8.0, added
-
1.0.328 Nov 2023 withdrawn -
1.0.224 Apr 2023