currying
v0.4.0 GrowingA 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.
Quick Verdict
- !Pre-1.0: API may have breaking changes
- โTiny footprint (8KB, 3 deps)
- โPermissive license (MIT)
Security
Deep Insights
498 downloads in the last 30 days (17/day). Volume is roughly flat compared to the previous period.
Despite being 3+ years old, currying hasn't reached 1.0 yet. Expect potential API changes between versions.
Only 3 direct dependencies. Lean dependency tree means faster builds and lower supply chain risk.
At 8KB, currying is lightweight. Small crate size correlates with focused, well-scoped functionality.
Health Breakdown
Recency, release consistency, active ratio
Yanked ratio, deps, size, maturity, features
Reverse deps, ownership, ecosystem
Downloads, momentum, growth trend
Docs, repo, license, metadata
Download Trend
Top Dependents
Most downloaded crates that depend on currying
Version Adoption
Release Timeline
Feature Flags
default =["rcurry", "16"]