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.
43
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 | 43 |
| Total Downloads | 4.1K | 4.9K | 66 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 1 | 1 | 0 |
| Releases | 1 | 1 | 3 |
| Last Updated | 3330d ago | 3330d ago | 131d ago |
| Age | 9y 1m | 9y 1m | 5m |
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
13
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 43/100, but none of the options score above 80.
- •autoimpl-derive has the most downloads (4.9K), suggesting wider adoption.
- •⚠ autoimpl, autoimpl-derive have not been updated in over a year.