Decision Workspace
derive-getters vs accessory vs gset
Side-by-side comparison of Rust crates
49
derive-getters
growingv0.5.0
Simple boilerplate getters generator.
55
accessory
growingv2.1.0
A configurable get/set/get_mut derive macro
52
gset
growingv1.1.0
A procedural macro for generating the most basic getters and setters on fields.
Core Metrics
| derive-getters | accessory | gset | |
|---|---|---|---|
| Health Score | 49 | 55 | 52 |
| Total Downloads | 24.1M | 2.7M | 27.9K |
| 30d Downloads | 4.8M | 299.6K | 0 |
| Dependents | 1.3K | 30 | 22 |
| Releases | 16 | 8 | 11 |
| Last Updated | 656d ago | 392d ago | 671d ago |
| Age | 9y 1m | 2y 9m | 3y 4m |
Health Breakdown
derive-getters
Maintenance
4
Quality
12
Community
13
Popularity
8
Documentation
12
accessory
Maintenance
6
Quality
20
Community
9
Popularity
8
Documentation
12
gset
Maintenance
6
Quality
19
Community
9
Popularity
5
Documentation
13
Technical Details
| derive-getters | accessory | gset | |
|---|---|---|---|
| Version | 0.5.0 | 2.1.0 | 1.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 6 | 4 | 7 |
| Crate Size | 15KB | 13KB | 8KB |
| Features | 2 | 1 | 0 |
| Yanked % | 12.5% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.61.0 | 1.71.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •accessory leads with a health score of 55/100, but none of the options score above 80.
- •derive-getters has the most downloads (24.1M), suggesting wider adoption.
- •derive-getters is depended on by 1.3K crates — strongest ecosystem trust.
- •⚠ derive-getters, accessory, gset have not been updated in over a year.
- •derive-getters is pre-1.0 — API may change.