hayabusa icon indicating copy to clipboard operation
hayabusa copied to clipboard

Change yaml-rust crate to serde-yaml or yaml-rust2

Open itiB opened this issue 2 years ago • 4 comments

Now Hayabusa using yaml-rust to read YAML files. We want to change this crate to serde-yaml

  • Reason
    • yaml-rust can't write yaml file.
    • yaml-rust' latest update is a long time ago

itiB avatar Mar 24 '22 11:03 itiB

Serdeの宣言について https://serde.rs/examples.html

itiB avatar Mar 30 '22 16:03 itiB

メモ: 構造体にする必要があり、修正コスト大

hitenkoku avatar Mar 31 '22 12:03 hitenkoku