Decision Workspace
use-control-error vs thiserror vs error-stack
Side-by-side comparison of Rust crates
51
use-control-error
experimentalv0.0.1
Primitive control error calculation helpers
72
thiserror
stablev2.0.18
derive(Error)
72
error-stack
growingv0.7.0
A context-aware error-handling library that supports arbitrary attached user data
Core Metrics
| use-control-error | thiserror | error-stack | |
|---|---|---|---|
| Health Score | 51 | 72 | 72 |
| Total Downloads | 22 | 1.0B | 3.6M |
| 30d Downloads | 0 | 94.2M | 253.0K |
| Dependents | 1 | 526.8K | 1.3K |
| Releases | 1 | 89 | 14 |
| Last Updated | 9d ago | 127d ago | 60d ago |
| Age | 9d | 6y 7m | 3y 11m |
Health Breakdown
use-control-error
Maintenance
12
Quality
15
Community
7
Popularity
2
Documentation
15
thiserror
Maintenance
13
Quality
21
Community
15
Popularity
8
Documentation
15
error-stack
Maintenance
14
Quality
16
Community
19
Popularity
8
Documentation
15
Technical Details
| use-control-error | thiserror | error-stack | |
|---|---|---|---|
| Version | 0.0.1 | 2.0.18 | 0.7.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 5 | 24 |
| Crate Size | 2KB | 29KB | 92KB |
| Features | 0 | 2 | 11 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.95.0 | 1.68 | 1.83.0 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •thiserror leads with a health score of 72/100, but none of the options score above 80.
- •thiserror is depended on by 526.8K crates — strongest ecosystem trust.
- •use-control-error, error-stack are pre-1.0 — API may change.