Decision Workspace
custom_error vs tiny_bail vs custom_error_core
Side-by-side comparison of Rust crates
60
custom_error
growingv1.9.2
Define custom errors without boilerplate using the custom_error! macro.
54
tiny_bail
growingv0.7.0
Small but flexible macros for bailing on failure.
44
custom_error_core
growingv1.9.0
Define custom errors without boilerplate using the custom_error! macro.
Core Metrics
| custom_error | tiny_bail | custom_error_core | |
|---|---|---|---|
| Health Score | 60 | 54 | 44 |
| Total Downloads | 590.5K | 40.2K | 4.3K |
| 30d Downloads | 17.1K | 5.9K | 4 |
| Dependents | 1.0K | 33 | 2 |
| Releases | 17 | 12 | 3 |
| Last Updated | 1811d ago | 184d ago | 1815d ago |
| Age | 7y 4m | 1y 7m | 4y 11m |
Health Breakdown
custom_error
Maintenance
4
Quality
23
Community
14
Popularity
7
Documentation
12
tiny_bail
Maintenance
11
Quality
18
Community
10
Popularity
5
Documentation
10
custom_error_core
Maintenance
4
Quality
17
Community
7
Popularity
4
Documentation
12
Technical Details
| custom_error | tiny_bail | custom_error_core | |
|---|---|---|---|
| Version | 1.9.2 | 0.7.0 | 1.9.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | BSD-2-Clause | MIT OR Apache-2.0 | BSD-2-Clause |
| Dependencies | 0 | 2 | 0 |
| Crate Size | 11KB | 11KB | 10KB |
| Features | 3 | 6 | 3 |
| Yanked % | 0.0% | 0.0% | 33.3% |
| Edition | 2018 | 2024 | 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.
- •custom_error is depended on by 1.0K crates — strongest ecosystem trust.
- •⚠ custom_error, custom_error_core have not been updated in over a year.
- •tiny_bail is pre-1.0 — API may change.