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 just found out that the conversion from ron str to ron::Value is lossy (it doesn't even support simple enum).
This is unfortunately a hard dependencies of this project. Maybe it could be possible in the future if ron::Value get some love, but this wont happens any time soon.
Also, a better fix for this will be to use the schema to deserialize a value, but this is not possible with the current serde data model
The text was updated successfully, but these errors were encountered:
I just found out that the conversion from ron str to ron::Value is lossy (it doesn't even support simple enum).
This is unfortunately a hard dependencies of this project. Maybe it could be possible in the future if ron::Value get some love, but this wont happens any time soon.
Also, a better fix for this will be to use the schema to deserialize a value, but this is not possible with the current serde data model
The text was updated successfully, but these errors were encountered: