Decision Workspace
autoimpl vs autoimpl-derive vs blanket_trait
Side-by-side comparison of Rust crates
32
autoimpl
growingv0.1.0
The user-facing part of the autoimpl macro. Automatically implement a generic trait using autoimpl!
32
autoimpl-derive
growingv0.1.0
The proc-macro part of the autoimpl macro. Should not be depended on directly.
45
blanket_trait
experimentalv0.2.1
Attribute macro that generates a trait with an inherent blanket implementation.
Core Metrics
| autoimpl | autoimpl-derive | blanket_trait | |
|---|---|---|---|
| Health Score | 32 | 32 | 45 |
| Total Downloads | 4.0K | 4.8K | 64 |
| 30d Downloads | 74 | 92 | 5 |
| Dependents | 1 | 1 | 0 |
| Releases | 1 | 1 | 3 |
| Last Updated | 3271d ago | 3271d ago | 72d ago |
| Age | 8y 11m | 8y 11m | 3m |
Health Breakdown
autoimpl
Maintenance
1
Quality
15
Community
4
Popularity
4
Documentation
8
autoimpl-derive
Maintenance
1
Quality
15
Community
4
Popularity
4
Documentation
8
blanket_trait
Maintenance
15
Quality
15
Community
3
Popularity
2
Documentation
10
Technical Details
| autoimpl | autoimpl-derive | blanket_trait | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 3 | 0 |
| Crate Size | 870B | 1KB | 8KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | — | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •blanket_trait leads with a health score of 45/100, but none of the options score above 80.
- •autoimpl-derive has the most downloads (4.8K), suggesting wider adoption.
- •⚠ autoimpl, autoimpl-derive have not been updated in over a year.