Decision Workspace
dispatch_map vs dispatch_macros vs serializable_enum
Side-by-side comparison of Rust crates
55
dispatch_map
experimentalv0.1.3
Type-safe, declarative dispatch maps for Rust configuration with automatic glue and zero boilerplate.
54
dispatch_macros
experimentalv0.1.3
Type-safe, declarative dispatch maps for Rust configuration with automatic glue and zero boilerplate.
41
serializable_enum
growingv0.4.0
Two macros for implementing serialization / deserialization for enums containing no data variants
Core Metrics
| dispatch_map | dispatch_macros | serializable_enum | |
|---|---|---|---|
| Health Score | 55 | 54 | 41 |
| Total Downloads | 1.6K | 1.8K | 35.9K |
| 30d Downloads | 6 | 23 | 1.7K |
| Dependents | 4 | 7 | 16 |
| Releases | 4 | 4 | 5 |
| Last Updated | 244d ago | 244d ago | 3216d ago |
| Age | 8m | 8m | 10y 1m |
Health Breakdown
dispatch_map
Maintenance
15
Quality
15
Community
8
Popularity
4
Documentation
13
dispatch_macros
Maintenance
15
Quality
14
Community
8
Popularity
4
Documentation
13
serializable_enum
Maintenance
3
Quality
16
Community
6
Popularity
5
Documentation
11
Technical Details
| dispatch_map | dispatch_macros | serializable_enum | |
|---|---|---|---|
| Version | 0.1.3 | 0.1.3 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 6 | 2 | 3 |
| Crate Size | 7KB | 5KB | 9KB |
| Features | 2 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dispatch_map leads with a health score of 55/100, but none of the options score above 80.
- •serializable_enum has the most downloads (35.9K), suggesting wider adoption.
- •⚠ serializable_enum has not been updated in over a year.