VOICEVOX / voicevox_core

無料で使える中品質なテキスト読み上げソフトウェア、VOICEVOXのコア
https://voicevox.hiroshiba.jp/
MIT License
871 stars 117 forks source link

refactor: `cstr!("…")`を`c"…"`に置き換える #782

Closed qryxip closed 1 month ago

qryxip commented 7 months ago

内容

synをhttps://github.com/dtolnay/syn/pull/1622入りのv2.0.59に上げ、cstr!("…")をすべてc"…"に置き換えます。

関連 Issue

その他

qryxip commented 7 months ago

cbindgenが最新版でもsyn v1の方を使っとる (嘘でしょ…)

qryxip commented 5 months ago

お、これでcbindgenのリリースがされれば可能になる。 https://github.com/mozilla/cbindgen/commit/aa8ea654e156fd1b8e5b1b755c7b43fe4ea81331

qryxip commented 1 month ago

cbindgen v0.27.0が8月に出てたっぽい。GitHub Releaseには出されてなかったので通知が来ずに気づかなかった。