Decision Workspace
whereat vs stacktrace vs error-stack
Side-by-side comparison of Rust crates
58
whereat
experimentalv0.1.4
Lightweight error location tracking with small sizeof and no_std support
37
stacktrace
growingv0.2.1
This project is deprecated. Consider looking at [error-chain](https://crates.io/crates/error-chain).
76
error-stack
growingv0.7.0
A context-aware error-handling library that supports arbitrary attached user data
Core Metrics
| whereat | stacktrace | error-stack | |
|---|---|---|---|
| Health Score | 58 | 37 | 76 |
| Total Downloads | 69.0K | 24.1K | 3.2M |
| 30d Downloads | 68.1K | 371 | 258.5K |
| Dependents | 46 | 0 | 1.2K |
| Releases | 5 | 6 | 14 |
| Last Updated | 4d ago | 3579d ago | 1d ago |
| Age | 2m | 10y 2m | 3y 9m |
Health Breakdown
whereat
Maintenance
13
Quality
16
Community
11
Popularity
6
Documentation
12
stacktrace
Maintenance
3
Quality
15
Community
3
Popularity
5
Documentation
11
error-stack
Maintenance
18
Quality
16
Community
19
Popularity
8
Documentation
15
Technical Details
| whereat | stacktrace | error-stack | |
|---|---|---|---|
| Version | 0.1.4 | 0.2.1 | 0.7.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0/MIT | MIT OR Apache-2.0 |
| Dependencies | 8 | 1 | 24 |
| Crate Size | 80KB | 8KB | 92KB |
| Features | 10 | 0 | 11 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | — | 2021 |
| MSRV | 1.85 | — | 1.83.0 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •error-stack leads with a health score of 76/100, but none of the options score above 80.
- •error-stack is depended on by 1.2K crates — strongest ecosystem trust.
- •⚠ stacktrace has not been updated in over a year.