File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
# Introduction
3
3
-->
4
4
5
- # 導入
5
+ # はじめに
6
6
7
7
<!--
8
8
> Note: This edition of the book is the same as [The Rust Programming
@@ -89,18 +89,16 @@ Rustはまた、現代的な開発ツールをシステムプログラミング
89
89
integration for code completion and inline error messages.
90
90
-->
91
91
92
- * Cargoは、付属の依存マネージャ兼ビルドツールで、依存を追加、コンパイル、管理することを楽かつ、
93
- Rustエコシステムを通じて矛盾させません。
94
- * Rustfmtは開発者の間で矛盾のないコーディングスタイルを保証します。
95
- * Rust Language ServerはIDE(Intefrated Development Environment)にコード補完とインラインのエラーメッセージの統合の源となります。
92
+ * Cargoは、付属の依存関係管理ツール兼ビルドツールで、依存関係の追加、コンパイル、管理を容易にし、Rustのエコシステム全体で一貫性を持たせます。
93
+ * Rustfmtは開発者の間で一貫したコーディングスタイルを保証します。
94
+ * Rust言語サーバーは、IDE(統合開発環境)との統合により、コード補完やインラインエラーメッセージに対応しています。
96
95
97
96
<!--
98
97
By using these and other tools in the Rust ecosystem, developers can be
99
98
productive while writing systems-level code.
100
99
-->
101
100
102
- これらや他のツールをRustのエコシステムで使用することで、開発者はシステムレベルのコードを記述しつつ、
103
- 生産的になれます。
101
+ これらのツールやRustのエコシステムの他のツールを使用することで、開発者はシステムレベルのコードを書きながら生産性を高めることができます。
104
102
105
103
<!--
106
104
### Students
You can’t perform that action at this time.
0 commit comments