Decision Workspace
mktemp-rs vs mkstemp vs temp-dir
Side-by-side comparison of Rust crates
39
mktemp-rs
growingv0.2.0
A thin wrapper around libc's mkstemps and mkdtemp
30
mkstemp
growingv0.2.0
A quick mkstemp/mkdtemp implementation for rust. Provides temp files and dirs.
64
temp-dir
growingv0.2.0
Simple temporary directory with cleanup
Core Metrics
| mktemp-rs | mkstemp | temp-dir | |
|---|---|---|---|
| Health Score | 39 | 30 | 64 |
| Total Downloads | 58.1K | 3.9K | 5.9M |
| 30d Downloads | 4.4K | 2 | 338.3K |
| Dependents | 12 | 0 | 2.2K |
| Releases | 2 | 2 | 18 |
| Last Updated | 2652d ago | 3759d ago | 46d ago |
| Age | 7y 3m | 10y 4m | 5y |
Health Breakdown
mktemp-rs
Maintenance
3
Quality
15
Community
6
Popularity
6
Documentation
9
mkstemp
Maintenance
3
Quality
9
Community
3
Popularity
4
Documentation
11
temp-dir
Maintenance
15
Quality
16
Community
15
Popularity
8
Documentation
10
Technical Details
| mktemp-rs | mkstemp | temp-dir | |
|---|---|---|---|
| Version | 0.2.0 | 0.2.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | Apache-2.0 |
| Dependencies | 1 | 1 | 0 |
| Crate Size | 9KB | 2KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 100.0% | 0.0% |
| Edition | 2018 | — | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •temp-dir leads with a health score of 64/100, but none of the options score above 80.
- •temp-dir is depended on by 2.2K crates — strongest ecosystem trust.
- •⚠ mktemp-rs, mkstemp have not been updated in over a year.