Decision Workspace
error-ex vs error_set vs wherror
Side-by-side comparison of Rust crates
40
error-ex
growingv0.1.3
a Rust crate designed for those who desire clear, explicit, and easy-to-use error creation and handling.
59
error_set
growingv0.9.1
Quick error declarations and automatic conversions between errors for precisely typed error handling. Inspired by Zig's error set type.
50
wherror
growingv2.3.1
The same derive(Error) macro thiserror provides + the features you want!
Core Metrics
| error-ex | error_set | wherror | |
|---|---|---|---|
| Health Score | 40 | 59 | 50 |
| Total Downloads | 4.8K | 116.4K | 3.4K |
| 30d Downloads | 4 | 11.7K | 201 |
| Dependents | 0 | 42 | 2 |
| Releases | 4 | 34 | 8 |
| Last Updated | 958d ago | 115d ago | 214d ago |
| Age | 2y 7m | 1y 11m | 8m |
Health Breakdown
error-ex
Maintenance
10
Quality
9
Community
5
Popularity
4
Documentation
12
error_set
Maintenance
13
Quality
15
Community
10
Popularity
6
Documentation
15
wherror
Maintenance
10
Quality
15
Community
6
Popularity
4
Documentation
15
Technical Details
| error-ex | error_set | wherror | |
|---|---|---|---|
| Version | 0.1.3 | 0.9.1 | 2.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 6 | 5 |
| Crate Size | 5KB | 34KB | 40KB |
| Features | 0 | 1 | 2 |
| Yanked % | 75.0% | 0.0% | 12.5% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.56 | 1.86 | 1.61 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •error_set leads with a health score of 59/100, but none of the options score above 80.
- •⚠ error-ex has not been updated in over a year.
- •error-ex, error_set are pre-1.0 — API may change.