Decision Workspace
typed_macros vs dyn_ext_derive vs cps
Side-by-side comparison of Rust crates
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)
42
cps
growingv0.3.1
Assists in the creation of readable and maintainable macro_rules! macros
Core Metrics
| typed_macros | dyn_ext_derive | cps | |
|---|---|---|---|
| Health Score | 55 | 43 | 42 |
| Total Downloads | 8.3K | 1.5K | 31.0K |
| 30d Downloads | 10 | 8 | 5.2K |
| Dependents | 0 | 0 | 82 |
| Releases | 7 | 6 | 7 |
| Last Updated | 1260d ago | 162d ago | 298d ago |
| Age | 3y 5m | 6m | 3y 8m |
Health Breakdown
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
cps
Maintenance
6
Quality
10
Community
11
Popularity
5
Documentation
10
Technical Details
| typed_macros | dyn_ext_derive | cps | |
|---|---|---|---|
| Version | 1.0.6 | 0.1.6 | 0.3.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 2 | 4 |
| Crate Size | 4KB | 2KB | 15KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 14.3% |
| Edition | 2021 | 2024 | 2021 |
| 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.
- •cps has the most downloads (31.0K), suggesting wider adoption.
- •⚠ typed_macros has not been updated in over a year.
- •dyn_ext_derive, cps are pre-1.0 — API may change.