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