Decision Workspace
serializable_enum vs serde_with vs serde_with_macros
Side-by-side comparison of Rust crates
41
serializable_enum
growingv0.4.0
Two macros for implementing serialization / deserialization for enums containing no data variants
75
serde_with
stablev3.18.0
Custom de/serialization functions for Rust's serde
73
serde_with_macros
stablev3.18.0
proc-macro library for serde_with
Core Metrics
| serializable_enum | serde_with | serde_with_macros | |
|---|---|---|---|
| Health Score | 41 | 75 | 73 |
| Total Downloads | 35.9K | 227.8M | 224.4M |
| 30d Downloads | 1.7K | 17.6M | 17.4M |
| Dependents | 16 | 34.0K | 235 |
| Releases | 5 | 72 | 52 |
| Last Updated | 3216d ago | 14d ago | 14d ago |
| Age | 10y 1m | 8y 7m | 6y 12m |
Health Breakdown
serializable_enum
Maintenance
3
Quality
16
Community
6
Popularity
5
Documentation
11
serde_with
Maintenance
18
Quality
19
Community
15
Popularity
8
Documentation
15
serde_with_macros
Maintenance
19
Quality
20
Community
11
Popularity
8
Documentation
15
Technical Details
| serializable_enum | serde_with | serde_with_macros | |
|---|---|---|---|
| Version | 0.4.0 | 3.18.0 | 3.18.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 35 | 12 |
| Crate Size | 9KB | 200KB | 38KB |
| Features | 1 | 21 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | 1.88 | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •serde_with leads with a health score of 75/100, but none of the options score above 80.
- •serde_with is depended on by 34.0K crates — strongest ecosystem trust.
- •⚠ serializable_enum has not been updated in over a year.
- •serializable_enum is pre-1.0 — API may change.