Decision Workspace
mcurry vs cutlass vs currying
Side-by-side comparison of Rust crates
41
mcurry
growingv0.1.1
Macros for creating curried functions.
32
cutlass
growingv0.1.0
Macro based library to take the boilerplate out of configuration handling
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.
Core Metrics
| mcurry | cutlass | currying | |
|---|---|---|---|
| Health Score | 41 | 32 | 55 |
| Total Downloads | 3.1K | 1.8K | 15.1K |
| 30d Downloads | 5 | 4 | 456 |
| Dependents | 0 | 0 | 36 |
| Releases | 2 | 1 | 12 |
| Last Updated | 2288d ago | 2152d ago | 158d ago |
| Age | 6y 3m | 5y 10m | 3y |
Health Breakdown
mcurry
Maintenance
3
Quality
16
Community
6
Popularity
4
Documentation
12
cutlass
Maintenance
1
Quality
15
Community
3
Popularity
4
Documentation
9
currying
Maintenance
11
Quality
19
Community
10
Popularity
5
Documentation
10
Technical Details
| mcurry | cutlass | currying | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 3 | 3 |
| Crate Size | 4KB | 4KB | 8KB |
| Features | 0 | 0 | 13 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 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.
- •⚠ mcurry, cutlass have not been updated in over a year.