Decision Workspace
perfgate-error vs thiserror vs error-stack
Side-by-side comparison of Rust crates
51
perfgate-error
experimentalv0.15.1
Unified error types for perfgate
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
| perfgate-error | thiserror | error-stack | |
|---|---|---|---|
| Health Score | 51 | 72 | 72 |
| Total Downloads | 689 | 1.0B | 3.6M |
| 30d Downloads | 0 | 94.2M | 253.0K |
| Dependents | 34 | 526.8K | 1.3K |
| Releases | 4 | 89 | 14 |
| Last Updated | 58d ago | 127d ago | 60d ago |
| Age | 2m | 6y 7m | 3y 11m |
Health Breakdown
perfgate-error
Maintenance
10
Quality
14
Community
9
Popularity
3
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
| perfgate-error | thiserror | error-stack | |
|---|---|---|---|
| Version | 0.15.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 | 2 | 5 | 24 |
| Crate Size | 11KB | 29KB | 92KB |
| Features | 0 | 2 | 11 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.92 | 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.
- •perfgate-error, error-stack are pre-1.0 — API may change.