Decision Workspace
enumeric vs spire_enum vs variants
Side-by-side comparison of Rust crates
45
enumeric
experimentalv0.1.2
numeric range enum variant generation
57
spire_enum
growingv1.0.0
Procedural macros to facilitate enum usage, such as when delegating implementations, extracting variant types, or creating enum tables.
49
variants
growingv0.0.1
Useful interfaces and macros for working with enums in Rust.
Core Metrics
| enumeric | spire_enum | variants | |
|---|---|---|---|
| Health Score | 45 | 57 | 49 |
| Total Downloads | 2.5K | 15.9K | 3.8K |
| 30d Downloads | 234 | 5.0K | 388 |
| Dependents | 18 | 9 | 53 |
| Releases | 3 | 7 | 2 |
| Last Updated | 294d ago | 69d ago | 214d ago |
| Age | 9m | 10m | 1y 3m |
Health Breakdown
enumeric
Maintenance
9
Quality
14
Community
8
Popularity
4
Documentation
10
spire_enum
Maintenance
16
Quality
17
Community
9
Popularity
5
Documentation
10
variants
Maintenance
8
Quality
17
Community
8
Popularity
4
Documentation
12
Technical Details
| enumeric | spire_enum | variants | |
|---|---|---|---|
| Version | 0.1.2 | 1.0.0 | 0.0.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | Apache-2.0 |
| Dependencies | 3 | 1 | 5 |
| Crate Size | 4KB | 12KB | 10KB |
| Features | 0 | 0 | 8 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •spire_enum leads with a health score of 57/100, but none of the options score above 80.
- •enumeric, variants are pre-1.0 — API may change.