Decision Workspace
dispatch_macros vs dispatch_map vs serializable_enum
Side-by-side comparison of Rust crates
54
dispatch_macros
experimentalv0.1.3
Type-safe, declarative dispatch maps for Rust configuration with automatic glue and zero boilerplate.
55
dispatch_map
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_macros | dispatch_map | serializable_enum | |
|---|---|---|---|
| Health Score | 54 | 55 | 41 |
| Total Downloads | 1.8K | 1.6K | 35.9K |
| 30d Downloads | 23 | 6 | 1.7K |
| Dependents | 7 | 4 | 16 |
| Releases | 4 | 4 | 5 |
| Last Updated | 244d ago | 244d ago | 3216d ago |
| Age | 8m | 8m | 10y 1m |
Health Breakdown
dispatch_macros
Maintenance
15
Quality
14
Community
8
Popularity
4
Documentation
13
dispatch_map
Maintenance
15
Quality
15
Community
8
Popularity
4
Documentation
13
serializable_enum
Maintenance
3
Quality
16
Community
6
Popularity
5
Documentation
11
Technical Details
| dispatch_macros | dispatch_map | 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 | 2 | 6 | 3 |
| Crate Size | 5KB | 7KB | 9KB |
| Features | 0 | 2 | 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.