Decision Workspace
control-flow vs fix_fn vs closure
Side-by-side comparison of Rust crates
39
control-flow
growingv0.1.1
A hack to control control-flow outside closures.
50
fix_fn
growingv1.0.2
Macro to create recursive closures (similar to the Y combinator).
43
closure
growingv0.3.0
A macro for capturing variables on a per variable basis.
Core Metrics
| control-flow | fix_fn | closure | |
|---|---|---|---|
| Health Score | 39 | 50 | 43 |
| Total Downloads | 3.7K | 11.3K | 566.2K |
| 30d Downloads | 5 | 205 | 22.7K |
| Dependents | 0 | 14 | 71 |
| Releases | 2 | 4 | 5 |
| Last Updated | 3142d ago | 2126d ago | 2188d ago |
| Age | 8y 7m | 5y 10m | 7y 8m |
Health Breakdown
control-flow
Maintenance
3
Quality
16
Community
5
Popularity
4
Documentation
11
fix_fn
Maintenance
9
Quality
21
Community
6
Popularity
5
Documentation
9
closure
Maintenance
3
Quality
16
Community
8
Popularity
7
Documentation
9
Technical Details
| control-flow | fix_fn | closure | |
|---|---|---|---|
| Version | 0.1.1 | 1.0.2 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 2KB | 3KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 2 | 1 | 1 |
Links
Quick Verdict
- •fix_fn leads with a health score of 50/100, but none of the options score above 80.
- •closure has the most downloads (566.2K), suggesting wider adoption.
- •⚠ control-flow, fix_fn, closure have not been updated in over a year.
- •control-flow, closure are pre-1.0 — API may change.