Decision Workspace
unrecurse vs stacksafe vs stacksafe-macro
Side-by-side comparison of Rust crates
36
unrecurse
growingv0.1.0
Helper crate for rewriting your recursive code in iterative way
69
stacksafe
growingv1.0.1
Prevent stack overflow in deeply recursive functions with automatic stack management.
65
stacksafe-macro
growingv1.0.1
Procedural macro implementation for the stacksafe crate.
Core Metrics
| unrecurse | stacksafe | stacksafe-macro | |
|---|---|---|---|
| Health Score | 36 | 69 | 65 |
| Total Downloads | 1.6K | 189.9K | 190.0K |
| 30d Downloads | 4 | 44.5K | 44.5K |
| Dependents | 0 | 58 | 7 |
| Releases | 1 | 7 | 7 |
| Last Updated | 1452d ago | 31d ago | 31d ago |
| Age | 3y 11m | 9m | 9m |
Health Breakdown
unrecurse
Maintenance
1
Quality
14
Community
4
Popularity
4
Documentation
13
stacksafe
Maintenance
17
Quality
18
Community
13
Popularity
6
Documentation
15
stacksafe-macro
Maintenance
17
Quality
17
Community
10
Popularity
6
Documentation
15
Technical Details
| unrecurse | stacksafe | stacksafe-macro | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.1 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | Apache-2.0 | Apache-2.0 |
| Dependencies | 4 | 3 | 3 |
| Crate Size | 19KB | 8KB | 3KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.85.0 | 1.85.0 |
| Owners | 1 | 2 | 2 |
Links
Quick Verdict
- •stacksafe leads with a health score of 69/100, but none of the options score above 80.
- •stacksafe-macro has the most downloads (190.0K), suggesting wider adoption.
- •⚠ unrecurse has not been updated in over a year.
- •unrecurse is pre-1.0 — API may change.