Decision Workspace
std-macro-extensions vs clonelicious vs future-fn
Side-by-side comparison of Rust crates
63
std-macro-extensions
stablev1.0.0
A collection of macro extensions for Rust's standard library data structures, simplifying the creation and manipulation of common collections such as HashMap, Vec, and more.
65
clonelicious
stablev2.2.17
A Rust macro library that simplifies cloning and closure execution. The `clone!` macro automatically clones variables and immediately executes the closure with the cloned values, streamlining common patterns in Rust programming.
59
future-fn
experimentalv0.3.15
A Rust library providing macros to simplify the creation of asynchronous closures with external state captured by move. Useful for structuring asynchronous code with ease and clarity.
Core Metrics
| std-macro-extensions | clonelicious | future-fn | |
|---|---|---|---|
| Health Score | 63 | 65 | 59 |
| Total Downloads | 56.6K | 35.8K | 12.6K |
| 30d Downloads | 963 | 2.2K | 667 |
| Dependents | 879 | 662 | 301 |
| Releases | 67 | 35 | 26 |
| Last Updated | 24d ago | 24d ago | 24d ago |
| Age | 1y 5m | 1y 2m | 10m |
Health Breakdown
std-macro-extensions
Maintenance
17
Quality
16
Community
14
Popularity
6
Documentation
10
clonelicious
Maintenance
17
Quality
19
Community
14
Popularity
5
Documentation
10
future-fn
Maintenance
17
Quality
14
Community
13
Popularity
5
Documentation
10
Technical Details
| std-macro-extensions | clonelicious | future-fn | |
|---|---|---|---|
| Version | 1.0.0 | 2.2.17 | 0.3.15 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 1 | 1 | 1 |
| Crate Size | 11KB | 5KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •clonelicious leads with a health score of 65/100, but none of the options score above 80.
- •std-macro-extensions has the most downloads (56.6K), suggesting wider adoption.
- •std-macro-extensions is depended on by 879 crates — strongest ecosystem trust.
- •future-fn is pre-1.0 — API may change.