Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serde_yaml instead of yaml-rust #5

Open
alexanderjanke opened this issue Nov 9, 2023 · 0 comments
Open

serde_yaml instead of yaml-rust #5

alexanderjanke opened this issue Nov 9, 2023 · 0 comments

Comments

@alexanderjanke
Copy link
Contributor

alexanderjanke commented Nov 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant