どちらを選ぶか迷っている、という質問でしょうか?用途によりますが、簡単に比較します。 ## TOML ```toml [server] host = "localhost" port = 8080 debug = true [database] url = "postgres://localhost/mydb" ``` **向いている場面** - アプリの設定ファイル(Rust の Carg