Decision Workspace
serde_variant vs serde_string_enum vs serializable_enum
Side-by-side comparison of Rust crates
54
serde_variant
growingv0.1.3
Retrieve serde provided variant names for enum objects.
48
serde_string_enum
growingv0.2.1
Procedural macros for serde serialization and deserialization of string-encoded enums.
41
serializable_enum
growingv0.4.0
Two macros for implementing serialization / deserialization for enums containing no data variants
Core Metrics
| serde_variant | serde_string_enum | serializable_enum | |
|---|---|---|---|
| Health Score | 54 | 48 | 41 |
| Total Downloads | 3.1M | 26.5K | 35.9K |
| 30d Downloads | 236.6K | 2.0K | 1.7K |
| Dependents | 524 | 23 | 16 |
| Releases | 4 | 3 | 5 |
| Last Updated | 720d ago | 962d ago | 3216d ago |
| Age | 6y 2m | 2y 7m | 10y 1m |
Health Breakdown
serde_variant
Maintenance
9
Quality
15
Community
13
Popularity
8
Documentation
9
serde_string_enum
Maintenance
5
Quality
15
Community
10
Popularity
5
Documentation
13
serializable_enum
Maintenance
3
Quality
16
Community
6
Popularity
5
Documentation
11
Technical Details
| serde_variant | serde_string_enum | serializable_enum | |
|---|---|---|---|
| Version | 0.1.3 | 0.2.1 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | MIT | MIT/Apache-2.0 |
| Dependencies | 2 | 8 | 3 |
| Crate Size | 9KB | 8KB | 9KB |
| Features | 0 | 4 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •serde_variant leads with a health score of 54/100, but none of the options score above 80.
- •serde_variant is depended on by 524 crates — strongest ecosystem trust.
- •⚠ serde_variant, serde_string_enum, serializable_enum have not been updated in over a year.