Decision Workspace
enum_unwrapper vs structinator vs num_enum
Side-by-side comparison of Rust crates
36
enum_unwrapper
growingv0.1.2
Small library for easily converting from user-defined enumerations to the types in the enumeration variants
35
structinator
growingv0.1.2
Library for transfering data from iterators to structs
67
num_enum
growingv0.7.6
Procedural macros to make inter-operation between primitives and enums easier.
Core Metrics
| enum_unwrapper | structinator | num_enum | |
|---|---|---|---|
| Health Score | 36 | 35 | 67 |
| Total Downloads | 4.9K | 3.0K | 179.9M |
| 30d Downloads | 19 | 19 | 12.6M |
| Dependents | 6 | 3 | 11.5K |
| Releases | 3 | 2 | 33 |
| Last Updated | 967d ago | 648d ago | 12d ago |
| Age | 2y 7m | 2y 7m | 7y 4m |
Health Breakdown
enum_unwrapper
Maintenance
5
Quality
9
Community
8
Popularity
4
Documentation
10
structinator
Maintenance
4
Quality
9
Community
8
Popularity
4
Documentation
10
num_enum
Maintenance
18
Quality
15
Community
14
Popularity
8
Documentation
12
Technical Details
| enum_unwrapper | structinator | num_enum | |
|---|---|---|---|
| Version | 0.1.2 | 0.1.2 | 0.7.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | Apache-2.0 | BSD-3-Clause OR MIT OR Apache-2.0 |
| Dependencies | 2 | 3 | 6 |
| Crate Size | 3KB | 4KB | 22KB |
| Features | 0 | 0 | 4 |
| Yanked % | 66.7% | 50.0% | 3.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.70.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •num_enum leads with a health score of 67/100, but none of the options score above 80.
- •num_enum is depended on by 11.5K crates — strongest ecosystem trust.
- •⚠ enum_unwrapper, structinator have not been updated in over a year.