Decision Workspace
enum_variant_accessors vs auto_enums vs kinded
Side-by-side comparison of Rust crates
52
enum_variant_accessors
experimentalv1.0.2
derive macros to generate is_*, as_* and as_*_mut accessors for enum variants
66
auto_enums
growingv0.8.8
A library for to allow multiple return types by automatically generated enum.
62
kinded
growingv0.5.0
Generate enums with same variants, but without data.
Core Metrics
| enum_variant_accessors | auto_enums | kinded | |
|---|---|---|---|
| Health Score | 52 | 66 | 62 |
| Total Downloads | 482 | 12.4M | 3.1M |
| 30d Downloads | 25 | 1.1M | 102.9K |
| Dependents | 0 | 241 | 98 |
| Releases | 3 | 57 | 9 |
| Last Updated | 29d ago | 28d ago | 52d ago |
| Age | 5m | 7y 3m | 2y 7m |
Health Breakdown
enum_variant_accessors
Maintenance
17
Quality
16
Community
6
Popularity
3
Documentation
10
auto_enums
Maintenance
17
Quality
17
Community
12
Popularity
8
Documentation
12
kinded
Maintenance
15
Quality
15
Community
11
Popularity
8
Documentation
13
Technical Details
| enum_variant_accessors | auto_enums | kinded | |
|---|---|---|---|
| Version | 1.0.2 | 0.8.8 | 0.5.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | Apache-2.0 OR MIT | MIT |
| Dependencies | 5 | 14 | 1 |
| Crate Size | 6KB | 58KB | 7KB |
| Features | 0 | 21 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | 1.71 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •auto_enums leads with a health score of 66/100, but none of the options score above 80.
- •auto_enums is depended on by 241 crates — strongest ecosystem trust.
- •auto_enums, kinded are pre-1.0 — API may change.