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
yaml-rust is lower-level so may provide petter performance and lower memory usage than serde. the serde crate is supposed to be easier to program with though.
I just noticed that there is a newer more maintained version of yaml-rust called yaml-rust2, so it might be better to upgrade to this than serde-yaml
Now Hayabusa using yaml-rust to read YAML files.
We want to change this crate to serde-yaml
The text was updated successfully, but these errors were encountered: