Decision Workspace
d_print vs debug_print vs main_error
Side-by-side comparison of Rust crates
47
d_print
growingv0.1.3
Print any struct in easy way
51
debug_print
growingv1.0.0
print only in debug build
50
main_error
growingv0.1.2
Print errors with Display instead of Debug when using ? in main().
Core Metrics
| d_print | debug_print | main_error | |
|---|---|---|---|
| Health Score | 47 | 51 | 50 |
| Total Downloads | 5.5K | 260.4K | 214.7K |
| 30d Downloads | 6 | 13.5K | 8.6K |
| Dependents | 0 | 122 | 775 |
| Releases | 4 | 1 | 3 |
| Last Updated | 1504d ago | 2054d ago | 1657d ago |
| Age | 4y 1m | 5y 7m | 6y 6m |
Health Breakdown
d_print
Maintenance
9
Quality
16
Community
5
Popularity
4
Documentation
13
debug_print
Maintenance
1
Quality
21
Community
11
Popularity
6
Documentation
12
main_error
Maintenance
3
Quality
16
Community
13
Popularity
6
Documentation
12
Technical Details
| d_print | debug_print | main_error | |
|---|---|---|---|
| Version | 0.1.3 | 1.0.0 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT/Apache-2.0 | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 2KB | 2KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •debug_print leads with a health score of 51/100, but none of the options score above 80.
- •main_error is depended on by 775 crates — strongest ecosystem trust.
- •⚠ d_print, debug_print, main_error have not been updated in over a year.
- •d_print, main_error are pre-1.0 — API may change.