Decision Workspace
break-block-macro vs ribbons vs try_into_opt
Side-by-side comparison of Rust crates
35
break-block-macro
growingv0.1.0
A little syntactic sugar to tide us over until the `?` operator can be used to exit try-catch scopes
40
ribbons
growingv0.1.3
Library for unwrapping `Option` and `Result` types with a formatted error message. (less boilerplate than `unwrap_or_else`)
35
try_into_opt
growingv0.1.0
A macro like try!, but turns a Result into an Option, mainly for use in a filter_map
Core Metrics
| break-block-macro | ribbons | try_into_opt | |
|---|---|---|---|
| Health Score | 35 | 40 | 35 |
| Total Downloads | 1.5K | 4.7K | 2.7K |
| 30d Downloads | 3 | 7 | 3 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 4 | 1 |
| Last Updated | 697d ago | 222d ago | 3690d ago |
| Age | 1y 11m | 2y 2m | 10y 1m |
Health Breakdown
break-block-macro
Maintenance
1
Quality
15
Community
5
Popularity
4
Documentation
10
ribbons
Maintenance
7
Quality
16
Community
3
Popularity
4
Documentation
10
try_into_opt
Maintenance
1
Quality
16
Community
3
Popularity
4
Documentation
11
Technical Details
| break-block-macro | ribbons | try_into_opt | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.3 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MPL-2.0 | MIT/Apache-2.0 |
| Dependencies | 3 | 0 | 1 |
| Crate Size | 2KB | 8KB | 8KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ribbons leads with a health score of 40/100, but none of the options score above 80.
- •⚠ break-block-macro, try_into_opt have not been updated in over a year.