Decision Workspace
enum-visitor-derive vs enpow vs enum-kinds
Side-by-side comparison of Rust crates
41
enum-visitor-derive
experimentalv0.1.0
Proc-macro derive to generate visit_<enum>! helper macro for enums.
49
enpow
growingv2.0.3
Generating methods for user defined enums as known from Option<T> or Result<T, E>
44
enum-kinds
growingv0.5.1
Generate enums with matching variants but without any of the associated data.
Core Metrics
| enum-visitor-derive | enpow | enum-kinds | |
|---|---|---|---|
| Health Score | 41 | 49 | 44 |
| Total Downloads | 111 | 8.1K | 1.4M |
| 30d Downloads | 19 | 9 | 57.9K |
| Dependents | 1 | 0 | 82 |
| Releases | 1 | 7 | 6 |
| Last Updated | 145d ago | 306d ago | 1683d ago |
| Age | 4m | 3y 6m | 8y |
Health Breakdown
enum-visitor-derive
Maintenance
6
Quality
14
Community
6
Popularity
2
Documentation
13
enpow
Maintenance
6
Quality
20
Community
6
Popularity
5
Documentation
12
enum-kinds
Maintenance
4
Quality
16
Community
8
Popularity
7
Documentation
9
Technical Details
| enum-visitor-derive | enpow | enum-kinds | |
|---|---|---|---|
| Version | 0.1.0 | 2.0.3 | 0.5.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 3 | 6 |
| Crate Size | 3KB | 27KB | 4KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | 1.61 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •enpow leads with a health score of 49/100, but none of the options score above 80.
- •enum-kinds has the most downloads (1.4M), suggesting wider adoption.
- •⚠ enum-kinds has not been updated in over a year.
- •enum-visitor-derive, enum-kinds are pre-1.0 — API may change.