Decision Workspace
curry-macro vs currying vs fn_zip
Side-by-side comparison of Rust crates
33
curry-macro
growingv0.1.0
Have fun currying using Rust's native closure syntax.
55
currying
growingv0.4.0
A crate for currying anything implementing `FnOnce`. Arguments can be passed one at a time, yielding a new something implementing `FnOnce` (and possibly `FnMut` and `Fn`) which can be called with one less argument.
46
fn_zip
growingv0.2.4
Provides a zip trait for functions, allowing two functions to be combined before being called.
Core Metrics
| curry-macro | currying | fn_zip | |
|---|---|---|---|
| Health Score | 33 | 55 | 46 |
| Total Downloads | 2.2K | 15.1K | 10.5K |
| 30d Downloads | 18 | 456 | 62 |
| Dependents | 0 | 36 | 4 |
| Releases | 1 | 12 | 8 |
| Last Updated | 2188d ago | 158d ago | 466d ago |
| Age | 5y 12m | 3y | 2y 8m |
Health Breakdown
curry-macro
Maintenance
1
Quality
16
Community
3
Popularity
4
Documentation
9
currying
Maintenance
11
Quality
19
Community
10
Popularity
5
Documentation
10
fn_zip
Maintenance
5
Quality
18
Community
8
Popularity
5
Documentation
10
Technical Details
| curry-macro | currying | fn_zip | |
|---|---|---|---|
| Version | 0.1.0 | 0.4.0 | 0.2.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 3 | 4 |
| Crate Size | 2KB | 8KB | 11KB |
| Features | 0 | 13 | 16 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •currying leads with a health score of 55/100, but none of the options score above 80.
- •⚠ curry-macro, fn_zip have not been updated in over a year.