Decision Workspace
open-enum vs open-enum-derive vs ordinal-map-derive
Side-by-side comparison of Rust crates
48
open-enum
growingv0.5.2
An attribute for generating "open" fieldless enums, those that accept any integer value, by using a newtype struct and associated constants
46
open-enum-derive
growingv0.5.2
An attribute for generating "open" C-like enums, those that accept any integer value, by using a newtype struct and associated constants
57
ordinal-map-derive
growingv0.1.10
Ordinal trait to map values to integers and efficient maps and sets for such types
Core Metrics
| open-enum | open-enum-derive | ordinal-map-derive | |
|---|---|---|---|
| Health Score | 48 | 46 | 57 |
| Total Downloads | 778.3K | 778.8K | 1.8M |
| 30d Downloads | 96.8K | 96.8K | 460.1K |
| Dependents | 47 | 8 | 11 |
| Releases | 8 | 8 | 11 |
| Last Updated | 648d ago | 648d ago | 125d ago |
| Age | 3y 6m | 3y 6m | 1y 9m |
Health Breakdown
open-enum
Maintenance
4
Quality
16
Community
11
Popularity
7
Documentation
10
open-enum-derive
Maintenance
4
Quality
16
Community
9
Popularity
7
Documentation
10
ordinal-map-derive
Maintenance
13
Quality
15
Community
9
Popularity
7
Documentation
13
Technical Details
| open-enum | open-enum-derive | ordinal-map-derive | |
|---|---|---|---|
| Version | 0.5.2 | 0.5.2 | 0.1.10 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 4 | 3 | 3 |
| Crate Size | 12KB | 11KB | 5KB |
| Features | 2 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ordinal-map-derive leads with a health score of 57/100, but none of the options score above 80.
- •⚠ open-enum, open-enum-derive have not been updated in over a year.