Conversation
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #866 +/- ##
==========================================
- Coverage 60.74% 60.56% -0.18%
==========================================
Files 41 42 +1
Lines 16044 16492 +448
==========================================
+ Hits 9746 9989 +243
- Misses 6298 6503 +205
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Yes, it should. Usually serialization part with serde are straightforward and not needs additional explanation in addition to official serde guidem, but I'm not against it. |
Added enum serializing to
example/flattened_enum.rsSerializetoElemprintln!statementnote
still trying to familiarize myself with this crate.
I am not sure if
@typekey should count towardlenof map here, it does in this example, not sure if that matter.run
cargo run --example flattened_enum --features="serialize"output