@@ -7,16 +7,19 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
7
7
8
8
## Rustの入門書
9
9
10
- - [ ** プログラミング言語 Rust, 2nd Edition(最新版) / The Rust Programming Language, Second Edition** ] [ trpl2 ]
10
+ - [ ** プログラミング言語 Rust, 2nd Edition/ The Rust Programming Language, Second Edition** ] [ trpl2 ]
11
11
* Rustプロジェクト公式の入門書を和訳したものです。通称「TRPL」または「the book」
12
+ * Rust 2018 Editionには** 非対応** です。2018年6月ごろの英語版をベースしています
12
13
* じっくり読みたい人向けに[ PDF版] [ trpl2-pdf ] もあります
13
14
14
15
- ** プログラミング言語 Rust, 1st Edition / The Rust Programming Language, First Edition**
15
16
* [ Rust 1.9版] [ trpl1-1.9 ] , [ Rust 1.6版] [ trpl1-1.6 ]
16
- * 公式の入門書の古いバージョンです
17
+ * 公式の入門書の古いバージョン(2016年版)です
18
+ * Rust 2018 Editionには** 非対応** です
17
19
18
20
- [ ** Rust by Example日本語版** ] [ rbe ]
19
21
* 動作するサンプルコードを中心に学べる入門書です
22
+ * Rust 2018 Editionには** 非対応** です。2017年ごろの英語版をベースにしています
20
23
21
24
22
25
## 各種リファレンス、ガイド
@@ -85,7 +88,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
85
88
86
89
| 文書 | GitHubリポジトリ |
87
90
| :--- | :--- |
88
- | プログラミング言語 Rust, 2nd Edition | [ hazama-yuinyan /book] [ gh-trpl2 ] |
91
+ | プログラミング言語 Rust, 2nd Edition | [ rust-lang-ja /book-ja ] [ gh-trpl2 ] |
89
92
| 同 PDF版 | [ y-yu/trpl-2nd-pdf] [ gh-trpl2-pdf ] |
90
93
| プログラミング言語 Rust, 1st Edition | [ rust-lang-ja/the-rust-programming-language-ja] [ gh-trpl1 ] |
91
94
| Rust by Example日本語版 | [ rust-lang-ja/rust-by-example-ja] [ gh-rbe ] |
@@ -97,7 +100,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
97
100
| Discovery | [ tomoyuki-nakabayashi/discovery] [ gh-embedded-discovery ] |
98
101
| その他(doc.rust-jp.rs全般) | [ rust-lang-ja/rust-lang-ja.github.io] [ gh-org ] |
99
102
100
- [ gh-trpl2 ] : https://github.com/hazama-yuinyan /book
103
+ [ gh-trpl2 ] : https://github.com/rust-lang-ja /book-ja
101
104
[ gh-trpl2-pdf ] : https://github.com/y-yu/trpl-2nd-pdf
102
105
[ gh-trpl1 ] : https://github.com/rust-lang-ja/the-rust-programming-language-ja
103
106
[ gh-rbe ] : https://github.com/rust-lang-ja/rust-by-example-ja
0 commit comments