@@ -22,47 +22,36 @@ Rustは高級言語のような抽象化も含めた「ゼロコスト抽象化
22
22
23
23
[ rust ] : https://www.rust-lang.org
24
24
25
- <!-- “The Rust Programming Language” is split into eight sections . This introduction -->
25
+ <!-- “The Rust Programming Language” is split into chapters . This introduction -->
26
26
<!-- is the first. After this: -->
27
27
28
-
29
- 「プログラミング言語Rust」は8つの章に分かれます。このイントロダクションが一番最初の章です。
28
+ 「プログラミング言語Rust」はいくつかの章に分かれています。このイントロダクションが一番最初の章です。
30
29
この後は
31
30
32
31
<!-- * [Getting started][gs] - Set up your computer for Rust development. -->
33
- <!-- * [Learn Rust][lr] - Learn Rust programming through small projects. -->
34
- <!-- * [Effective Rust][er] - Higher-level concepts for writing excellent Rust code. -->
32
+ <!-- * [Tutorial: Guessing Game][gg] - Learn some Rust with a small project. -->
35
33
<!-- * [Syntax and Semantics][ss] - Each bit of Rust, broken down into small chunks. -->
34
+ <!-- * [Effective Rust][er] - Higher-level concepts for writing excellent Rust code. -->
36
35
<!-- * [Nightly Rust][nr] - Cutting-edge features that aren’t in stable builds yet. -->
37
36
<!-- * [Glossary][gl] - A reference of terms used in the book. -->
38
37
<!-- * [Bibliography][bi] - Background on Rust's influences, papers about Rust. -->
39
38
40
39
* [ はじめる] [ gs ] - Rust開発へ向けた環境構築です。
41
- * [ Rustを学ぶ] [ lr ] - 小さなプロジェクトを通してRustについて学びます。
42
- * [ Effective Rust] [ er ] - 良いRustのコードを書くための高レベルな概念です。
40
+ * [ チュートリアル:数当てゲーム] [ gg ] - 小さなプロジェクトを通してRustについて学びます。
43
41
* [ シンタックスとセマンティクス] [ ss ] - Rustについて一歩ずつ、小さく分割しながらやっていきます。
42
+ * [ Effective Rust] [ er ] - 良いRustのコードを書くための高レベルな概念です。
44
43
* [ Nightly Rust] [ nr ] - 安定版のRustでは使えないRustの最前線の機能です。
45
44
* [ 用語集] [ gl ] - 本書で使われる用語の参考です。
46
45
* [ 関係書目] [ bi ] - Rustへ影響を与えたもの、Rustに関する論文です。
47
46
48
47
[ gs ] : getting-started.html
49
- [ lr ] : learn-rust .html
48
+ [ gg ] : guessing-game .html
50
49
[ er ] : effective-rust.html
51
50
[ ss ] : syntax-and-semantics.html
52
51
[ nr ] : nightly-rust.html
53
52
[ gl ] : glossary.html
54
53
[ bi ] : bibliography.html
55
54
56
- <!-- After reading this introduction, you’ll want to dive into either ‘Learn Rust’ or -->
57
- <!-- ‘Syntax and Semantics’, depending on your preference: ‘Learn Rust’ if you want -->
58
- <!-- to dive in with a project, or ‘Syntax and Semantics’ if you prefer to start -->
59
- <!-- small, and learn a single concept thoroughly before moving onto the next. -->
60
- <!-- Copious cross-linking connects these parts together. -->
61
-
62
- このイントロダクションを読み終えたら「Rustを学ぶ」か「シンタックスとセマンティクス」に好みに応じ進んで下さい。
63
- プロジェクトを使って進めたいなら「Rustを学ぶ」を、次に進む前に小さく始めてそれぞれの概念を徹底して学びたいなら「シンタックスとセマンティクス」を選んで下さい。
64
- 大量のリンクでそれぞれの部分が相互に繋がっています。
65
-
66
55
<!-- ### Contributing -->
67
56
### 貢献する
68
57
@@ -75,6 +64,6 @@ Rustは高級言語のような抽象化も含めた「ゼロコスト抽象化
75
64
76
65
> 訳注: 日本語の翻訳文書は以下から入手出来ます。
77
66
> [ GitHub] [ bookja ] .
78
- >
67
+ >
79
68
80
- [ bookja ] : https://github.com/rust-lang-ja/the-rust-programming-language-ja/tree/master/1.6 /ja/book
69
+ [ bookja ] : https://github.com/rust-lang-ja/the-rust-programming-language-ja/tree/master/1.9 /ja/book
0 commit comments