Decision Workspace
serde_dyn vs serialize_fields_macro vs serialize_fields
Side-by-side comparison of Rust crates
36
serde_dyn
growingv0.4.0
A package that allows you to dynamically select which type to deserialize at runtime via UUID values specified per type.
55
serialize_fields_macro
experimentalv0.2.17
Procedural macros for serialize_fields crate
52
serialize_fields
experimentalv0.2.17
Dynamic field selection for struct serialization in Rust
Core Metrics
| serde_dyn | serialize_fields_macro | serialize_fields | |
|---|---|---|---|
| Health Score | 36 | 55 | 52 |
| Total Downloads | 10.1K | 4.8K | 5.8K |
| 30d Downloads | 11 | 42 | 24 |
| Dependents | 0 | 18 | 0 |
| Releases | 7 | 15 | 18 |
| Last Updated | 2624d ago | 79d ago | 79d ago |
| Age | 7y 6m | 9m | 9m |
Health Breakdown
serde_dyn
Maintenance
3
Quality
14
Community
3
Popularity
5
Documentation
11
serialize_fields_macro
Maintenance
15
Quality
14
Community
9
Popularity
4
Documentation
13
serialize_fields
Maintenance
15
Quality
14
Community
6
Popularity
4
Documentation
13
Technical Details
| serde_dyn | serialize_fields_macro | serialize_fields | |
|---|---|---|---|
| Version | 0.4.0 | 0.2.17 | 0.2.17 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT | MIT |
| Dependencies | 5 | 4 | 6 |
| Crate Size | 3KB | 6KB | 15KB |
| Features | 0 | 1 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •serialize_fields_macro leads with a health score of 55/100, but none of the options score above 80.
- •serde_dyn has the most downloads (10.1K), suggesting wider adoption.
- •⚠ serde_dyn has not been updated in over a year.