Decision Workspace
new_debug_unreachable vs mau vs enum_delegate
Side-by-side comparison of Rust crates
62
new_debug_unreachable
growingv1.0.6
panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)
48
mau
experimentalv0.1.16
A Rust procedural macro library for memoization with MauQueue optimization
46
enum_delegate
growingv0.2.0
Easily replace dynamic dispatch with an enum, for speed and serialization
Core Metrics
| new_debug_unreachable | mau | enum_delegate | |
|---|---|---|---|
| Health Score | 62 | 48 | 46 |
| Total Downloads | 115.4M | 4.4K | 796.8K |
| 30d Downloads | 9.1M | 19 | 344.1K |
| Dependents | 496 | 0 | 182 |
| Releases | 6 | 17 | 2 |
| Last Updated | 742d ago | 152d ago | 1238d ago |
| Age | 7y 10m | 7m | 3y 4m |
Health Breakdown
new_debug_unreachable
Maintenance
3
Quality
21
Community
17
Popularity
8
Documentation
13
mau
Maintenance
12
Quality
13
Community
6
Popularity
4
Documentation
13
enum_delegate
Maintenance
4
Quality
14
Community
11
Popularity
7
Documentation
10
Technical Details
| new_debug_unreachable | mau | enum_delegate | |
|---|---|---|---|
| Version | 1.0.6 | 0.1.16 | 0.2.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 4 | 6 |
| Crate Size | 3KB | 56KB | 12KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 2 (team) | 1 | 1 |
Links
Quick Verdict
- •new_debug_unreachable leads with a health score of 62/100, but none of the options score above 80.
- •new_debug_unreachable is depended on by 496 crates — strongest ecosystem trust.
- •⚠ new_debug_unreachable, enum_delegate have not been updated in over a year.
- •mau, enum_delegate are pre-1.0 — API may change.