Decision Workspace
enum-code vs thiserror vs thiserror-ext-derive
Side-by-side comparison of Rust crates
41
enum-code
growingv0.1.1
derive(Code) simplifies error handling by providing an easy-to-use enumeration of error codes
74
thiserror
stablev2.0.18
derive(Error)
59
thiserror-ext-derive
growingv0.3.0
Procedural macros for `thiserror_ext`.
Core Metrics
| enum-code | thiserror | thiserror-ext-derive | |
|---|---|---|---|
| Health Score | 41 | 74 | 59 |
| Total Downloads | 3.7K | 854.0M | 908.1K |
| 30d Downloads | 22 | 71.5M | 20.9K |
| Dependents | 0 | 428.7K | 20 |
| Releases | 2 | 89 | 20 |
| Last Updated | 1018d ago | 68d ago | 22d ago |
| Age | 2y 9m | 6y 5m | 2y 4m |
Health Breakdown
enum-code
Maintenance
4
Quality
15
Community
5
Popularity
4
Documentation
13
thiserror
Maintenance
15
Quality
21
Community
15
Popularity
8
Documentation
15
thiserror-ext-derive
Maintenance
18
Quality
15
Community
9
Popularity
7
Documentation
10
Technical Details
| enum-code | thiserror | thiserror-ext-derive | |
|---|---|---|---|
| Version | 0.1.1 | 2.0.18 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 2 | 5 | 4 |
| Crate Size | 3KB | 29KB | 24KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.68 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •thiserror leads with a health score of 74/100, but none of the options score above 80.
- •thiserror is depended on by 428.7K crates — strongest ecosystem trust.
- •⚠ enum-code has not been updated in over a year.
- •enum-code, thiserror-ext-derive are pre-1.0 — API may change.