Decision Workspace
currying vs currycompose vs curry-macro
Side-by-side comparison of Rust crates
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.
36
currycompose
growingv0.1.0
A crate providing a trait for performing currying (and non-currying) function-composition in rust.
33
curry-macro
growingv0.1.0
Have fun currying using Rust's native closure syntax.
Core Metrics
| currying | currycompose | curry-macro | |
|---|---|---|---|
| Health Score | 55 | 36 | 33 |
| Total Downloads | 15.1K | 1.6K | 2.2K |
| 30d Downloads | 456 | 4 | 18 |
| Dependents | 36 | 0 | 0 |
| Releases | 12 | 1 | 1 |
| Last Updated | 158d ago | 1103d ago | 2188d ago |
| Age | 3y | 3y | 5y 12m |
Health Breakdown
currying
Maintenance
11
Quality
19
Community
10
Popularity
5
Documentation
10
currycompose
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
10
curry-macro
Maintenance
1
Quality
16
Community
3
Popularity
4
Documentation
9
Technical Details
| currying | currycompose | curry-macro | |
|---|---|---|---|
| Version | 0.4.0 | 0.1.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 2 | 0 |
| Crate Size | 8KB | 3KB | 2KB |
| Features | 13 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| 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.
- •⚠ currycompose, curry-macro have not been updated in over a year.