You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love support a field attribute #[serde(unroll)].
Optional:
Specify the start index (e.g. 0/1 or 'A'/'B')
Specify the suffix type (numerical or alpha)
I know this is not a trivial feature, but I got literally hundreds of arrays like these. Unrolling them manually makes them less accessible and code a lot harder to read.
The complete format I'm currently deserializing can be seen here
The text was updated successfully, but these errors were encountered:
Hey, I got a struct like this (small sample):
Which is serialized like this:
I'd love support a field attribute
#[serde(unroll)]
.Optional:
I know this is not a trivial feature, but I got literally hundreds of arrays like these. Unrolling them manually makes them less accessible and code a lot harder to read.
The complete format I'm currently deserializing can be seen here
The text was updated successfully, but these errors were encountered: