Skip to content

Commit

Permalink
[docs] Rust以外の1つの言語でのコア機能追加実装はしない方針であることを明記 (#632)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryo Yamashita <[email protected]>
  • Loading branch information
Hiroshiba and qryxip authored Oct 9, 2023
1 parent ae8d247 commit 43b63d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Issue 側で取り組み始めたことを伝えるか、最初に Draft プル

[VOICEVOX 非公式 Discord サーバー](https://discord.gg/WMwWetrzuh)にて、開発の議論や雑談を行っています。気軽にご参加ください。

### Rust 以外の言語の API に関する方針

VOICEVOX CORE の主要機能は Rust で実装されることを前提としており、他の言語のラッパーでのみの機能追加はしない方針としています。これは機能の一貫性を保つための方針です。
各言語の特性に応じた追加実装(例えば、Python での `style_id`[`NewType`](https://docs.python.org/ja/3/library/typing.html#newtype) 化など)は許容されます。

## 環境構築

Downloader を用いて環境構築を行う場合
Expand Down

0 comments on commit 43b63d7

Please sign in to comment.