Decision Workspace
compiler_error vs custom_error vs quick-error
Side-by-side comparison of Rust crates
37
compiler_error
growingv0.1.1
Triggerable compiler error
60
custom_error
growingv1.9.2
Define custom errors without boilerplate using the custom_error! macro.
59
quick-error
growingv2.0.1
A macro which makes error types pleasant to write.
Core Metrics
| compiler_error | custom_error | quick-error | |
|---|---|---|---|
| Health Score | 37 | 60 | 59 |
| Total Downloads | 17.8K | 590.5K | 236.1M |
| 30d Downloads | 117 | 16.5K | 15.0M |
| Dependents | 3 | 1.0K | 3.8K |
| Releases | 2 | 17 | 16 |
| Last Updated | 3213d ago | 1811d ago | 1785d ago |
| Age | 9y 3m | 7y 4m | 10y 6m |
Health Breakdown
compiler_error
Maintenance
3
Quality
16
Community
5
Popularity
5
Documentation
8
custom_error
Maintenance
4
Quality
23
Community
14
Popularity
7
Documentation
12
quick-error
Maintenance
4
Quality
21
Community
14
Popularity
8
Documentation
12
Technical Details
| compiler_error | custom_error | quick-error | |
|---|---|---|---|
| Version | 0.1.1 | 1.9.2 | 2.0.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | BSD-2-Clause | MIT/Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 2KB | 11KB | 14KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •custom_error leads with a health score of 60/100, but none of the options score above 80.
- •quick-error has the most downloads (236.1M), suggesting wider adoption.
- •quick-error is depended on by 3.8K crates — strongest ecosystem trust.
- •⚠ compiler_error, custom_error, quick-error have not been updated in over a year.
- •compiler_error is pre-1.0 — API may change.