Decision Workspace
enum_parity vs enum_ext vs indexed_valued_enums_derive
Side-by-side comparison of Rust crates
47
enum_parity
experimentalv0.2.1
a macro that enforces enum discriminant bit parity
55
enum_ext
growingv0.6.0
procedural macro that enhances enums with additional methods and conversions
50
indexed_valued_enums_derive
growingv2.0.0
Derive macro for the indexed_valued_enums crate.
Core Metrics
| enum_parity | enum_ext | indexed_valued_enums_derive | |
|---|---|---|---|
| Health Score | 47 | 55 | 50 |
| Total Downloads | 69 | 11.3K | 2.3K |
| 30d Downloads | 20 | 272 | 45 |
| Dependents | 0 | 1 | 4 |
| Releases | 4 | 17 | 2 |
| Last Updated | 12d ago | 5d ago | 96d ago |
| Age | 2m | 1y 10m | 2y |
Health Breakdown
enum_parity
Maintenance
12
Quality
12
Community
6
Popularity
2
Documentation
15
enum_ext
Maintenance
19
Quality
12
Community
7
Popularity
5
Documentation
12
indexed_valued_enums_derive
Maintenance
11
Quality
20
Community
7
Popularity
4
Documentation
8
Technical Details
| enum_parity | enum_ext | indexed_valued_enums_derive | |
|---|---|---|---|
| Version | 0.2.1 | 0.6.0 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | non-standard |
| Dependencies | 9 | 5 | 6 |
| Crate Size | 21KB | 40KB | 22KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 11.8% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.87 | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •enum_ext leads with a health score of 55/100, but none of the options score above 80.
- •enum_parity, enum_ext are pre-1.0 — API may change.