Decision Workspace
currycompose vs composing vs currying
Side-by-side comparison of Rust crates
36
currycompose
growingv0.1.0
A crate providing a trait for performing currying (and non-currying) function-composition in rust.
43
composing
growingv0.2.0
Tools to compose functions
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
| currycompose | composing | currying | |
|---|---|---|---|
| Health Score | 36 | 43 | 55 |
| Total Downloads | 1.6K | 4.2K | 15.1K |
| 30d Downloads | 4 | 39 | 456 |
| Dependents | 0 | 2 | 36 |
| Releases | 1 | 3 | 12 |
| Last Updated | 1103d ago | 1066d ago | 158d ago |
| Age | 3y | 2y 11m | 3y |
Health Breakdown
currycompose
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
10
composing
Maintenance
5
Quality
18
Community
6
Popularity
4
Documentation
10
currying
Maintenance
11
Quality
19
Community
10
Popularity
5
Documentation
10
Technical Details
| currycompose | composing | currying | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 0 | 3 |
| Crate Size | 3KB | 4KB | 8KB |
| Features | 0 | 2 | 13 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 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.
- •⚠ currycompose, composing have not been updated in over a year.