Decision Workspace
indexed_valued_enums vs indexed_valued_enums_derive vs enum_ext
Side-by-side comparison of Rust crates
49
indexed_valued_enums
stablev2.0.0
Create enums resolving into values, and get their variants back through their values, their discriminant or their name; inspired by Java.
50
indexed_valued_enums_derive
growingv2.0.0
Derive macro for the indexed_valued_enums crate.
55
enum_ext
growingv0.6.0
procedural macro that enhances enums with additional methods and conversions
Core Metrics
| indexed_valued_enums | indexed_valued_enums_derive | enum_ext | |
|---|---|---|---|
| Health Score | 49 | 50 | 55 |
| Total Downloads | 10.7K | 2.3K | 11.3K |
| 30d Downloads | 40 | 43 | 266 |
| Dependents | 0 | 4 | 1 |
| Releases | 9 | 2 | 17 |
| Last Updated | 96d ago | 96d ago | 5d ago |
| Age | 2y 3m | 2y | 1y 10m |
Health Breakdown
indexed_valued_enums
Maintenance
13
Quality
17
Community
6
Popularity
5
Documentation
8
indexed_valued_enums_derive
Maintenance
11
Quality
20
Community
7
Popularity
4
Documentation
8
enum_ext
Maintenance
19
Quality
12
Community
7
Popularity
5
Documentation
12
Technical Details
| indexed_valued_enums | indexed_valued_enums_derive | enum_ext | |
|---|---|---|---|
| Version | 2.0.0 | 2.0.0 | 0.6.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | non-standard | non-standard | MIT OR Apache-2.0 |
| Dependencies | 3 | 6 | 5 |
| Crate Size | 17KB | 22KB | 40KB |
| Features | 7 | 1 | 2 |
| Yanked % | 44.4% | 0.0% | 11.8% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 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_ext is pre-1.0 — API may change.