Decision Workspace
return-ok vs result-like vs unwrap_return
Side-by-side comparison of Rust crates
39
return-ok
experimentalv0.1.0
Macros for dealing with Options and Results where you shouldn't
51
result-like
growingv0.5.1
Option/Result-like monad interface for your own enum
37
unwrap_return
growingv0.1.2
A set of macros for returns and breaks in the None and Err cases.
Core Metrics
| return-ok | result-like | unwrap_return | |
|---|---|---|---|
| Health Score | 39 | 51 | 37 |
| Total Downloads | 392 | 543.8K | 4.3K |
| 30d Downloads | 23 | 43.3K | 6 |
| Dependents | 0 | 4 | 0 |
| Releases | 1 | 13 | 3 |
| Last Updated | 169d ago | 207d ago | 2070d ago |
| Age | 5m | 6y 2m | 5y 9m |
Health Breakdown
return-ok
Maintenance
6
Quality
15
Community
5
Popularity
3
Documentation
10
result-like
Maintenance
9
Quality
15
Community
5
Popularity
7
Documentation
15
unwrap_return
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
7
Technical Details
| return-ok | result-like | unwrap_return | |
|---|---|---|---|
| Version | 0.1.0 | 0.5.1 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | BSD-2-Clause-Views | non-standard |
| Dependencies | 0 | 2 | 0 |
| Crate Size | 7KB | 5KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | 1.85.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •result-like leads with a health score of 51/100, but none of the options score above 80.
- •⚠ unwrap_return has not been updated in over a year.