Decision Workspace
enum_discriminant vs enum-ordinalize vs enum-ordinalize-derive
Side-by-side comparison of Rust crates
46
enum_discriminant
growingv1.0.1
Procedural macro to add functions on enum types to get discrimnant value from variant or create unit variant from discriminant value.
65
enum-ordinalize
growingv4.3.2
This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.
63
enum-ordinalize-derive
stablev4.3.2
This crate provides a procedural macro that enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.
Core Metrics
| enum_discriminant | enum-ordinalize | enum-ordinalize-derive | |
|---|---|---|---|
| Health Score | 46 | 65 | 63 |
| Total Downloads | 4.8K | 59.5M | 41.2M |
| 30d Downloads | 913 | 6.4M | 5.2M |
| Dependents | 0 | 406 | 16 |
| Releases | 3 | 43 | 15 |
| Last Updated | 316d ago | 150d ago | 150d ago |
| Age | 11m | 7y 6m | 2y 4m |
Health Breakdown
enum_discriminant
Maintenance
9
Quality
18
Community
5
Popularity
4
Documentation
10
enum-ordinalize
Maintenance
11
Quality
21
Community
13
Popularity
8
Documentation
12
enum-ordinalize-derive
Maintenance
12
Quality
22
Community
9
Popularity
8
Documentation
12
Technical Details
| enum_discriminant | enum-ordinalize | enum-ordinalize-derive | |
|---|---|---|---|
| Version | 1.0.1 | 4.3.2 | 4.3.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 1 | 3 |
| Crate Size | 8KB | 4KB | 8KB |
| Features | 0 | 4 | 2 |
| Yanked % | 0.0% | 2.3% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.68 | 1.68 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •enum-ordinalize leads with a health score of 65/100, but none of the options score above 80.
- •enum-ordinalize is depended on by 406 crates — strongest ecosystem trust.