Decision Workspace
intid-derive vs num_enum vs iter-enum
Side-by-side comparison of Rust crates
53
intid-derive
experimentalv0.3.5
Procedural macros for the intid crate (prefer re-exports in intid)
67
num_enum
growingv0.7.6
Procedural macros to make inter-operation between primitives and enums easier.
67
iter-enum
stablev1.2.1
#[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, Extend)] for enums.
Core Metrics
| intid-derive | num_enum | iter-enum | |
|---|---|---|---|
| Health Score | 53 | 67 | 67 |
| Total Downloads | 3.7K | 179.9M | 411.7K |
| 30d Downloads | 50 | 13.1M | 28.3K |
| Dependents | 21 | 11.5K | 126 |
| Releases | 15 | 33 | 14 |
| Last Updated | 88d ago | 12d ago | 28d ago |
| Age | 8m | 7y 4m | 6y 4m |
Health Breakdown
intid-derive
Maintenance
14
Quality
13
Community
10
Popularity
4
Documentation
12
num_enum
Maintenance
18
Quality
15
Community
14
Popularity
8
Documentation
12
iter-enum
Maintenance
15
Quality
21
Community
12
Popularity
7
Documentation
12
Technical Details
| intid-derive | num_enum | iter-enum | |
|---|---|---|---|
| Version | 0.3.5 | 0.7.6 | 1.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | BSD-3-Clause OR MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 5 | 6 | 3 |
| Crate Size | 12KB | 22KB | 13KB |
| Features | 0 | 4 | 1 |
| Yanked % | 0.0% | 3.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.65 | 1.70.0 | 1.71 |
| 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.
- •intid-derive, num_enum are pre-1.0 — API may change.