Decision Workspace
enum_dispatch vs edyn vs enumerate
Side-by-side comparison of Rust crates
51
enum_dispatch
growingv0.3.13
Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed
33
edyn
growingv0.3.13
Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed
34
enumerate
growingv0.1.1
An attribute macro that, given a trait and its implementers, generates an enum that can be used instead of a trait object, avoiding dynamic dispatch.
Core Metrics
| enum_dispatch | edyn | enumerate | |
|---|---|---|---|
| Health Score | 51 | 33 | 34 |
| Total Downloads | 46.7M | 1.3K | 4.1K |
| 30d Downloads | 4.2M | 4 | 36 |
| Dependents | 4.6K | 0 | 0 |
| Releases | 26 | 1 | 2 |
| Last Updated | 729d ago | 609d ago | 2455d ago |
| Age | 7y 3m | 1y 8m | 6y 9m |
Health Breakdown
enum_dispatch
Maintenance
6
Quality
13
Community
15
Popularity
8
Documentation
9
edyn
Maintenance
1
Quality
13
Community
6
Popularity
4
Documentation
9
enumerate
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
9
Technical Details
| enum_dispatch | edyn | enumerate | |
|---|---|---|---|
| Version | 0.3.13 | 0.3.13 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 10 | 11 | 3 |
| Crate Size | 30KB | 31KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2018 |
| MSRV | — | — | — |
| 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, edyn, enumerate have not been updated in over a year.