Decision Workspace
enum_arr vs enum-table vs ordinal-map-derive
Side-by-side comparison of Rust crates
42
enum_arr
experimentalv0.1.2
Crate for Enum-Indexed arrays inspired by the Odin Programming Language
59
enum-table
stablev3.0.0
A library for creating tables with enums as key.
57
ordinal-map-derive
growingv0.1.10
Ordinal trait to map values to integers and efficient maps and sets for such types
Core Metrics
| enum_arr | enum-table | ordinal-map-derive | |
|---|---|---|---|
| Health Score | 42 | 59 | 57 |
| Total Downloads | 43 | 11.6K | 1.8M |
| 30d Downloads | 43 | 539 | 460.1K |
| Dependents | 0 | 10 | 11 |
| Releases | 3 | 22 | 11 |
| Last Updated | 14d ago | 46d ago | 125d ago |
| Age | 14d | 1y | 1y 9m |
Health Breakdown
enum_arr
Maintenance
13
Quality
14
Community
3
Popularity
2
Documentation
10
enum-table
Maintenance
16
Quality
19
Community
7
Popularity
5
Documentation
12
ordinal-map-derive
Maintenance
13
Quality
15
Community
9
Popularity
7
Documentation
13
Technical Details
| enum_arr | enum-table | ordinal-map-derive | |
|---|---|---|---|
| Version | 0.1.2 | 3.0.0 | 0.1.10 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 3 | 5 | 3 |
| Crate Size | 3KB | 28KB | 5KB |
| Features | 0 | 5 | 0 |
| Yanked % | 0.0% | 4.5% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •enum-table leads with a health score of 59/100, but none of the options score above 80.
- •ordinal-map-derive has the most downloads (1.8M), suggesting wider adoption.
- •enum_arr, ordinal-map-derive are pre-1.0 — API may change.