Decision Workspace
failspot vs testresult vs thiserror
Side-by-side comparison of Rust crates
39
failspot
growingv0.2.0
A testing library that makes it easy(ish) to add intentional errors to a program
56
testresult
growingv0.4.1
Provides TestResult type for concise and precise test failures
72
thiserror
stablev2.0.18
derive(Error)
Core Metrics
| failspot | testresult | thiserror | |
|---|---|---|---|
| Health Score | 39 | 56 | 72 |
| Total Downloads | 276.2K | 791.5K | 1.0B |
| 30d Downloads | 93.7K | 69.2K | 94.2M |
| Dependents | 7 | 1.4K | 526.8K |
| Releases | 2 | 5 | 89 |
| Last Updated | 535d ago | 672d ago | 127d ago |
| Age | 1y 5m | 3y 7m | 6y 7m |
Health Breakdown
failspot
Maintenance
6
Quality
10
Community
7
Popularity
6
Documentation
10
testresult
Maintenance
5
Quality
15
Community
19
Popularity
7
Documentation
10
thiserror
Maintenance
13
Quality
21
Community
15
Popularity
8
Documentation
15
Technical Details
| failspot | testresult | thiserror | |
|---|---|---|---|
| Version | 0.2.0 | 0.4.1 | 2.0.18 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 2 | 5 |
| Crate Size | 7KB | 12KB | 29KB |
| Features | 1 | 0 | 2 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.68 |
| Owners | 1 | 3 | 1 |
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.
- •⚠ failspot, testresult have not been updated in over a year.
- •failspot, testresult are pre-1.0 — API may change.