Decision Workspace
multicall vs typed_macros vs dyn_ext_derive
Side-by-side comparison of Rust crates
37
multicall
growingv0.1.4
Macro to simplify multiple operations or calls on a single object
55
typed_macros
growingv1.0.6
Adds typing to your macro's arguments, making it a lot less of a pain to deal with them.
43
dyn_ext_derive
experimentalv0.1.6
Proc macro for dyn_ext (derives)
Core Metrics
| multicall | typed_macros | dyn_ext_derive | |
|---|---|---|---|
| Health Score | 37 | 55 | 43 |
| Total Downloads | 7.6K | 8.3K | 1.5K |
| 30d Downloads | 51 | 10 | 8 |
| Dependents | 19 | 0 | 0 |
| Releases | 5 | 7 | 6 |
| Last Updated | 1048d ago | 1260d ago | 162d ago |
| Age | 3y 2m | 3y 5m | 6m |
Health Breakdown
multicall
Maintenance
4
Quality
11
Community
10
Popularity
5
Documentation
7
typed_macros
Maintenance
10
Quality
21
Community
6
Popularity
5
Documentation
13
dyn_ext_derive
Maintenance
12
Quality
14
Community
3
Popularity
4
Documentation
10
Technical Details
| multicall | typed_macros | dyn_ext_derive | |
|---|---|---|---|
| Version | 0.1.4 | 1.0.6 | 0.1.6 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 2 |
| Crate Size | 4KB | 4KB | 2KB |
| Features | 0 | 0 | 0 |
| Yanked % | 20.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •typed_macros leads with a health score of 55/100, but none of the options score above 80.
- •⚠ multicall, typed_macros have not been updated in over a year.
- •multicall, dyn_ext_derive are pre-1.0 — API may change.