Decision Workspace
dyn_ext_derive vs uniqify vs typed_macros
Side-by-side comparison of Rust crates
43
dyn_ext_derive
experimentalv0.1.6
Proc macro for dyn_ext (derives)
35
uniqify
experimentalv0.1.0
Compile-time unique IDs for Rust, a `__COUNTER__`-like macro, safe and simple
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.
Core Metrics
| dyn_ext_derive | uniqify | typed_macros | |
|---|---|---|---|
| Health Score | 43 | 35 | 55 |
| Total Downloads | 1.5K | 293 | 8.3K |
| 30d Downloads | 8 | 3 | 10 |
| Dependents | 0 | 0 | 0 |
| Releases | 6 | 1 | 7 |
| Last Updated | 162d ago | 184d ago | 1260d ago |
| Age | 6m | 6m | 3y 5m |
Health Breakdown
dyn_ext_derive
Maintenance
12
Quality
14
Community
3
Popularity
4
Documentation
10
uniqify
Maintenance
5
Quality
14
Community
5
Popularity
3
Documentation
8
typed_macros
Maintenance
10
Quality
21
Community
6
Popularity
5
Documentation
13
Technical Details
| dyn_ext_derive | uniqify | typed_macros | |
|---|---|---|---|
| Version | 0.1.6 | 0.1.0 | 1.0.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | non-standard | MIT |
| Dependencies | 2 | 1 | 0 |
| Crate Size | 2KB | 4KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 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.
- •⚠ typed_macros has not been updated in over a year.
- •dyn_ext_derive, uniqify are pre-1.0 — API may change.