Decision Workspace
feature_utils vs custom_error vs quick-error
Side-by-side comparison of Rust crates
36
feature_utils
growingv0.0.0
Macros for good compiler errors when dealing with feature flags
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
| feature_utils | custom_error | quick-error | |
|---|---|---|---|
| Health Score | 36 | 60 | 59 |
| Total Downloads | 3.0K | 590.5K | 236.1M |
| 30d Downloads | 6 | 16.5K | 15.0M |
| Dependents | 0 | 1.0K | 3.8K |
| Releases | 1 | 17 | 16 |
| Last Updated | 1221d ago | 1811d ago | 1785d ago |
| Age | 3y 4m | 7y 4m | 10y 6m |
Health Breakdown
feature_utils
Maintenance
1
Quality
16
Community
3
Popularity
4
Documentation
12
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
| feature_utils | custom_error | quick-error | |
|---|---|---|---|
| Version | 0.0.0 | 1.9.2 | 2.0.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | BSD-2-Clause | MIT/Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 6KB | 11KB | 14KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | 1.56.0 | — | — |
| 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.
- •⚠ feature_utils, custom_error, quick-error have not been updated in over a year.
- •feature_utils is pre-1.0 — API may change.