Stebalien/tempfile
Temporary file library for rust observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4161
- days_rel: n/a
- days_push: 20
- n_releases_24m: 0
Adoption not part of the score
1459 stars · 152 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A secure, cross-platform Rust library for creating and managing temporary files and directories. It supports anonymous temporary files, named temporary files, and securely opening multiple independent references to the same temporary file, with automatic cleanup on drop.
Use cases
- create temporary files in rust
- securely manage temp files that auto-delete
- create named temporary files with a known path
- create temporary directories for test fixtures
- share a temporary file between producer and consumer safely
- cross-platform temp file handling including wasm/wasi
When to choose
- you need secure, race-free temporary file creation in Rust
- you want automatic cleanup of temp files on drop
- you need cross-platform support including BSDs, Android, and WASI
- you need multiple independent handles to the same temp file
When to avoid
- you need temporary files in a non-Rust project
- you need long-lived files that survive program aborts (NamedTempFile cleanup can be skipped if destructors don't run)
- your environment has pathological temp-directory cleaners and you rely on named paths
Facets
library · maturity stable
file-system security testing developer-tools files cross-platform rust windows bsd wasm cross-platform tempfile temporary-files temporary-directories filesystem rust-crate linux macos android ios
3 sources
- readme: https://github.com/Stebalien/tempfile · fetched 2026-08-28 · 236f5375a7ee
- homepage: http://stebalien.com/projects/tempfile-rs · fetched 2026-08-29 · e64223eeac42
- registry_crates: https://crates.io/api/v1/crates/tempfile · fetched 2026-08-29 · 93a7d1a02857
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Stebalien/tempfile | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="Stebalien/tempfile")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem