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've noticed simetry uses serde and serde_json, and also yaml-rust. yaml-rust doesn't seem to have serde's traits implemented.
Maybe it would be better to use a library like serde_yaml for Serde support.
This is a breaking change, but it would unify the usage for YAML and JSON. My use case would be to use from_value to convert the iRacing Yaml to a typed struct.
Also, yaml-rust doesn't seem to be maintained.
The text was updated successfully, but these errors were encountered:
Hi,
I've noticed simetry uses serde and serde_json, and also yaml-rust. yaml-rust doesn't seem to have serde's traits implemented.
Maybe it would be better to use a library like serde_yaml for Serde support.
This is a breaking change, but it would unify the usage for YAML and JSON. My use case would be to use from_value to convert the iRacing Yaml to a typed struct.
Also, yaml-rust doesn't seem to be maintained.
The text was updated successfully, but these errors were encountered: