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
The ron Value currently does not yet support storing struct names, but we are exploring the option. Since ron does not distinguish between structs and enums in its data format, in the future it should be possible to serialise the Value into json and preserve the struct names as if they were enum names. However, those would probably be serialised more like single element maps. Though at that point you could write your own Value newtype that customises how structs are serialised.
Is it possible to
The text was updated successfully, but these errors were encountered: