Decision Workspace
ordinal-trait vs enum-ordinalize vs enum-ordinalize-derive
Side-by-side comparison of Rust crates
41
ordinal-trait
growingv0.1.1
Format numbers as ordinals efficiently.
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
| ordinal-trait | enum-ordinalize | enum-ordinalize-derive | |
|---|---|---|---|
| Health Score | 41 | 65 | 63 |
| Total Downloads | 20.5K | 59.5M | 41.2M |
| 30d Downloads | 11 | 6.4M | 5.2M |
| Dependents | 8 | 406 | 16 |
| Releases | 2 | 43 | 15 |
| Last Updated | 340d ago | 150d ago | 150d ago |
| Age | 1y 4m | 7y 6m | 2y 4m |
Health Breakdown
ordinal-trait
Maintenance
7
Quality
11
Community
8
Popularity
5
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
| ordinal-trait | enum-ordinalize | enum-ordinalize-derive | |
|---|---|---|---|
| Version | 0.1.1 | 4.3.2 | 4.3.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 1 | 1 | 3 |
| Crate Size | 17KB | 4KB | 8KB |
| Features | 2 | 4 | 2 |
| Yanked % | 50.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.
- •ordinal-trait is pre-1.0 — API may change.