Decision Workspace
derive-getters vs accessory vs getset
Side-by-side comparison of Rust crates
49
derive-getters
growingv0.5.0
Simple boilerplate getters generator.
58
accessory
growingv2.1.0
A configurable get/set/get_mut derive macro
51
getset
growingv0.1.6
Getset, we're ready to go! A procedural macro for generating the most basic getters and setters on fields.
Core Metrics
| derive-getters | accessory | getset | |
|---|---|---|---|
| Health Score | 49 | 58 | 51 |
| Total Downloads | 16.9M | 2.2M | 43.1M |
| 30d Downloads | 2.1M | 235.5K | 4.8M |
| Dependents | 1.1K | 28 | 3.9K |
| Releases | 16 | 8 | 16 |
| Last Updated | 597d ago | 333d ago | 283d ago |
| Age | 8y 11m | 2y 7m | 8y 10m |
Health Breakdown
derive-getters
Maintenance
4
Quality
12
Community
13
Popularity
8
Documentation
12
accessory
Maintenance
9
Quality
20
Community
9
Popularity
8
Documentation
12
getset
Maintenance
6
Quality
14
Community
14
Popularity
8
Documentation
9
Technical Details
| derive-getters | accessory | getset | |
|---|---|---|---|
| Version | 0.5.0 | 2.1.0 | 0.1.6 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 6 | 4 | 4 |
| Crate Size | 15KB | 13KB | 10KB |
| Features | 2 | 1 | 0 |
| Yanked % | 12.5% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | 1.61.0 | 1.71.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •accessory leads with a health score of 58/100, but none of the options score above 80.
- •getset has the most downloads (43.1M), suggesting wider adoption.
- •getset is depended on by 3.9K crates — strongest ecosystem trust.
- •⚠ derive-getters has not been updated in over a year.
- •derive-getters, getset are pre-1.0 — API may change.