Decision Workspace
async-move vs clonelicious vs std-macro-extensions
Side-by-side comparison of Rust crates
31
async-move
growingv0.0.1
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.
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.
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.
Core Metrics
| async-move | clonelicious | std-macro-extensions | |
|---|---|---|---|
| Health Score | 31 | 65 | 63 |
| Total Downloads | 758 | 35.8K | 56.6K |
| 30d Downloads | 2 | 2.2K | 963 |
| Dependents | 1 | 662 | 879 |
| Releases | 1 | 35 | 67 |
| Last Updated | 433d ago | 24d ago | 24d ago |
| Age | 1y 2m | 1y 2m | 1y 5m |
Health Breakdown
async-move
Maintenance
2
Quality
9
Community
7
Popularity
3
Documentation
10
clonelicious
Maintenance
17
Quality
19
Community
14
Popularity
5
Documentation
10
std-macro-extensions
Maintenance
17
Quality
16
Community
14
Popularity
6
Documentation
10
Technical Details
| async-move | clonelicious | std-macro-extensions | |
|---|---|---|---|
| Version | 0.0.1 | 2.2.17 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 1 | 1 | 1 |
| Crate Size | 6KB | 5KB | 11KB |
| Features | 0 | 0 | 0 |
| Yanked % | 100.0% | 0.0% | 0.0% |
| Edition | 2021 | 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.
- •⚠ async-move has not been updated in over a year.
- •async-move is pre-1.0 — API may change.