Decision Workspace
declarative_enum_dispatch vs enum_dispatch vs disponent
Side-by-side comparison of Rust crates
47
declarative_enum_dispatch
growingv0.1.3
Declarative macro generating boilerplate for enum dispatch
51
enum_dispatch
growingv0.3.13
Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed
49
disponent
experimentalv0.2.2
An alternative to dynamic-dispatched method calls, without the need for object safety
Core Metrics
| declarative_enum_dispatch | enum_dispatch | disponent | |
|---|---|---|---|
| Health Score | 47 | 51 | 49 |
| Total Downloads | 5.4K | 46.7M | 144 |
| 30d Downloads | 467 | 4.1M | 144 |
| Dependents | 0 | 4.6K | 3 |
| Releases | 4 | 26 | 4 |
| Last Updated | 50d ago | 729d ago | 18d ago |
| Age | 1y 11m | 7y 3m | 27d |
Health Breakdown
declarative_enum_dispatch
Maintenance
13
Quality
16
Community
4
Popularity
4
Documentation
10
enum_dispatch
Maintenance
6
Quality
13
Community
15
Popularity
8
Documentation
9
disponent
Maintenance
13
Quality
13
Community
8
Popularity
3
Documentation
12
Technical Details
| declarative_enum_dispatch | enum_dispatch | disponent | |
|---|---|---|---|
| Version | 0.1.3 | 0.3.13 | 0.2.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 10 | 6 |
| Crate Size | 5KB | 30KB | 21KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •enum_dispatch leads with a health score of 51/100, but none of the options score above 80.
- •enum_dispatch is depended on by 4.6K crates — strongest ecosystem trust.
- •⚠ enum_dispatch has not been updated in over a year.