Decision Workspace
unwind_aborts vs nounwind vs nounwind-macros
Side-by-side comparison of Rust crates
37
unwind_aborts
growingv0.1.1
Prevent your panics from unwinding past FFI boundaries with this one simple trick!
48
nounwind
experimentalv0.1.5
A attribute macro to prevent panics from unwinding, similar to C++ noexcept
46
nounwind-macros
experimentalv0.1.1
Implementation of the #[nounwind] attribute macro
Core Metrics
| unwind_aborts | nounwind | nounwind-macros | |
|---|---|---|---|
| Health Score | 37 | 48 | 46 |
| Total Downloads | 8.4K | 558 | 859 |
| 30d Downloads | 4 | 8 | 26 |
| Dependents | 0 | 0 | 6 |
| Releases | 2 | 6 | 2 |
| Last Updated | 2191d ago | 73d ago | 178d ago |
| Age | 6y | 6m | 6m |
Health Breakdown
unwind_aborts
Maintenance
3
Quality
15
Community
5
Popularity
5
Documentation
9
nounwind
Maintenance
15
Quality
12
Community
6
Popularity
3
Documentation
12
nounwind-macros
Maintenance
9
Quality
13
Community
8
Popularity
4
Documentation
12
Technical Details
| unwind_aborts | nounwind | nounwind-macros | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.5 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 3 | 2 | 4 |
| Crate Size | 3KB | 16KB | 3KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 16.7% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.56 | 1.61 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •nounwind leads with a health score of 48/100, but none of the options score above 80.
- •unwind_aborts has the most downloads (8.4K), suggesting wider adoption.
- •⚠ unwind_aborts has not been updated in over a year.