Decision Workspace
derive-error vs thiserror vs facet-error
Side-by-side comparison of Rust crates
44
derive-error
growingv0.0.5
Derive macro for Error using macros 1.1
72
thiserror
stablev2.0.18
derive(Error)
61
facet-error
experimentalv0.46.4
thiserror replacement powered by facet - derive Error trait from doc comments
Core Metrics
| derive-error | thiserror | facet-error | |
|---|---|---|---|
| Health Score | 44 | 72 | 61 |
| Total Downloads | 1.1M | 1.0B | 15.5K |
| 30d Downloads | 17.5K | 94.2M | 6.1K |
| Dependents | 272 | 526.8K | 56 |
| Releases | 6 | 89 | 20 |
| Last Updated | 1914d ago | 127d ago | 6d ago |
| Age | 9y 4m | 6y 7m | 4m |
Health Breakdown
derive-error
Maintenance
3
Quality
14
Community
9
Popularity
7
Documentation
11
thiserror
Maintenance
13
Quality
21
Community
15
Popularity
8
Documentation
15
facet-error
Maintenance
19
Quality
14
Community
11
Popularity
5
Documentation
12
Technical Details
| derive-error | thiserror | facet-error | |
|---|---|---|---|
| Version | 0.0.5 | 2.0.18 | 0.46.4 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 4 | 5 | 1 |
| Crate Size | 10KB | 29KB | 7KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2024 |
| MSRV | — | 1.68 | 1.90 |
| Owners | 1 | 1 | 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.
- •⚠ derive-error has not been updated in over a year.
- •derive-error, facet-error are pre-1.0 — API may change.