Decision Workspace
enum-tree vs enum-tree-derive vs error-enum-core
Side-by-side comparison of Rust crates
50
enum-tree
experimentalv0.1.0
Derives for hierarchical enums: const variant enumeration, From conversions, and ancestor wrapping
50
enum-tree-derive
experimentalv0.1.0
Derive macros for the enum-tree crate
54
error-enum-core
experimentalv1.0.0-alpha.6
Provide a easy way to define an enum that represents errors with error codes, document comments and several other functionalities.
Core Metrics
| enum-tree | enum-tree-derive | error-enum-core | |
|---|---|---|---|
| Health Score | 50 | 50 | 54 |
| Total Downloads | 19 | 21 | 299 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 1 | 6 |
| Releases | 1 | 1 | 7 |
| Last Updated | 7d ago | 7d ago | 61d ago |
| Age | 7d | 7d | 5m |
Health Breakdown
enum-tree
Maintenance
13
Quality
14
Community
6
Popularity
2
Documentation
15
enum-tree-derive
Maintenance
13
Quality
13
Community
7
Popularity
2
Documentation
15
error-enum-core
Maintenance
15
Quality
19
Community
7
Popularity
3
Documentation
10
Technical Details
| enum-tree | enum-tree-derive | error-enum-core | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 1.0.0-alpha.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT/Apache-2.0 |
| Dependencies | 1 | 4 | 5 |
| Crate Size | 6KB | 9KB | 11KB |
| Features | 0 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.85 | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •error-enum-core leads with a health score of 54/100, but none of the options score above 80.
- •enum-tree, enum-tree-derive are pre-1.0 — API may change.