Decision Workspace
fn_zip vs async_zip vs currying
Side-by-side comparison of Rust crates
46
fn_zip
growingv0.2.4
Provides a zip trait for functions, allowing two functions to be combined before being called.
57
async_zip
growingv0.0.18
An asynchronous ZIP archive reading/writing crate.
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
| fn_zip | async_zip | currying | |
|---|---|---|---|
| Health Score | 46 | 57 | 55 |
| Total Downloads | 10.5K | 3.4M | 15.1K |
| 30d Downloads | 62 | 504.4K | 456 |
| Dependents | 4 | 860 | 36 |
| Releases | 8 | 18 | 12 |
| Last Updated | 466d ago | 230d ago | 158d ago |
| Age | 2y 8m | 4y 7m | 3y |
Health Breakdown
fn_zip
Maintenance
5
Quality
18
Community
8
Popularity
5
Documentation
10
async_zip
Maintenance
9
Quality
13
Community
14
Popularity
8
Documentation
13
currying
Maintenance
11
Quality
19
Community
10
Popularity
5
Documentation
10
Technical Details
| fn_zip | async_zip | currying | |
|---|---|---|---|
| Version | 0.2.4 | 0.0.18 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 4 | 19 | 3 |
| Crate Size | 11KB | 67KB | 8KB |
| Features | 16 | 10 | 13 |
| Yanked % | 0.0% | 5.6% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •async_zip leads with a health score of 57/100, but none of the options score above 80.
- •async_zip is depended on by 860 crates — strongest ecosystem trust.
- •⚠ fn_zip has not been updated in over a year.