Skip to content

Commit d45157d

Browse files
committed
Add descriptions to the docs
1 parent f10a24f commit d45157d

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

index.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,43 @@ title: "Home"
55
このサイトでは[Rust][rust-lang]の日本語ドキュメントを公開しています。
66
Rustは速度、安全性、平行性の3つのゴールにフォーカスしたシステムプログラミング言語です。
77

8-
- **プログラミング言語Rust / The Rust Programming Language**
9-
* [2nd Edition][trpl2](最新版)
10-
+ [PDF版][trpl2-pdf]もあります
11-
* 1st Edition([Rust 1.9][trpl1-1.9])([Rust 1.6][trpl1-1.6]
8+
## Rustの入門書
9+
10+
- [**プログラミング言語 Rust, 2nd Edition(最新版)/ The Rust Programming Language, Second Edition**][trpl2]
11+
* Rustプロジェクト公式の入門書を和訳したものです。通称「TRPL」または「The book」
12+
* じっくり読みたい人向けに[PDF版][trpl2-pdf]もあります
13+
14+
- **プログラミング言語 Rust, 1st Edition / The Rust Programming Language, First Edition**
15+
* [Rust 1.9版][trpl1-1.9], [Rust 1.6版][trpl1-1.6]
16+
* 公式の入門書の古いバージョンです
1217

1318
- [**Rust by Example日本語版**][rbe]
19+
* 動作するサンプルコードを中心に学べる入門書です
20+
21+
22+
## 各種リファレンス、ガイド
1423

1524
- **標準ライブラリリファレンス**
1625
* お試しで[`Vec<T>`のみ翻訳されています][std-vec]
1726

1827
- [**Rust APIガイドライン**][api-guidelines]
28+
* Rustライブラリの設計者向けに、APIのデザイン上の推奨事項がまとめられています
29+
30+
- [**エディションガイド / The Edition Guide**][edition-guide]
31+
* Rustのエディション毎の新機能リストです
32+
* 翻訳中
33+
34+
35+
## Rustをさらに深く学びたい
1936

2037
- [**Rust裏本 / The Rustnomicon**][nomicon]
21-
+ 全体の三割ほど翻訳済み。翻訳者募集中です
38+
* アンセーフなRustコードを書くにあたって必要な知識がまとめられています
39+
* 全体の三割ほど翻訳済み。翻訳者募集中
2240

23-
- [**エディションガイド / The Edition Guide**][edition-guide]
24-
+ 翻訳中です
2541

26-
これらは[英語版の公式ドキュメント](https://doc.rust-lang.org/)を和訳したものです。
42+
## 掲載されている和訳文書について
43+
44+
ここに掲載されているドキュメントはいずれも[英語版の公式ドキュメント](https://doc.rust-lang.org/)を和訳したものです。
2745
有志によって翻訳・維持されています。
2846

2947
[rust-lang]: https://www.rust-lang.org/ja-JP/
@@ -49,13 +67,13 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
4967
[slack-reg]: http://rust-jp.herokuapp.com
5068

5169

52-
## 各文書のGitHubソースリポジトリ
70+
### 各文書のGitHubソースリポジトリ
5371

5472
| 文書 | GitHubリポジトリ |
5573
|:--- |:--- |
56-
| プログラミング言語Rust, 2nd Edition | [hazama-yuinyan/book][gh-trpl2] |
74+
| プログラミング言語 Rust, 2nd Edition | [hazama-yuinyan/book][gh-trpl2] |
5775
| 同 PDF版 | [y-yu/trpl-2nd-pdf][gh-trpl2-pdf] |
58-
| プログラミング言語Rust, 1st Edition | [rust-lang-ja/the-rust-programming-language-ja][gh-trpl1] |
76+
| プログラミング言語 Rust, 1st Edition | [rust-lang-ja/the-rust-programming-language-ja][gh-trpl1] |
5977
| Rust by Example日本語版 | [rust-lang-ja/rust-by-example-ja][gh-rbe] |
6078
| 標準ライブラリリファレンス | [mosh-g/rust-lib-ja][gh-std] |
6179
| Rust APIガイドライン | [sinkuu/api-guidelines][gh-api-guidelines] |

0 commit comments

Comments
 (0)