Skip to content

Commit 01e0d6d

Browse files
committed
Add links to the documents
1 parent 9517e52 commit 01e0d6d

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1-
# docs.rust-jp.rs
1+
# Rustの日本語ドキュメント(非公式)
22

3-
プログラム言語Rustの和訳文書ウェブサイト(非公式) https://docs.rust-jp.rs
3+
このサイトではプログラミング言語Rustの日本語ドキュメントを公開しています。
4+
これらは主に英語版の公式ドキュメントを有志により和訳したものです。
5+
6+
- **プログラミング言語Rust / The Rust Programming Language**
7+
* 2nd Edition([PDFダウンロード](https://y-yu.github.io/trpl-2nd-pdf/book.pdf), [GitHubソースリポジトリ](https://github.com/hazama-yuinyan/book)
8+
* 1st Edition(Rust 1.9対応 [HTML](/the-rust-programming-language-ja/1.9/book/), Rust 1.6対応 [HTML](/the-rust-programming-language-ja/1.6/book/), [GitHubソースリポジトリ](https://github.com/rust-lang-ja/the-rust-programming-language-ja)
9+
10+
- **Rust by Example日本語版**
11+
* [HTML](/rust-by-example-ja/rust-by-example/)
12+
* [GitHubソースリポジトリ](https://github.com/rust-lang-ja/rust-by-example-ja)
13+
14+
- **Rust裏本 / The Rustnomicon**
15+
* [HTML](/rust-nomicon-ja/)(翻訳中)
16+
* [GitHubソースリポジトリ](https://github.com/rust-lang-ja/rust-nomicon-ja)
17+
18+
- **エディションガイド / The Edition Guide**
19+
* [HTML](/edition-guide/)(翻訳中)
20+
* [GitHubソースリポジトリ](https://github.com/rust-lang-ja/edition-guide)
21+
22+
誤訳を見つけたときや翻訳に参加したいときなどは以下の方法にてご連絡ください。
23+
24+
- 各文書のGitHubソースリポジトリのIssuesページ
25+
- rust-jp Slackチーム (入会ページ)
26+
27+
* * *
28+
29+
Copyright © 2018 The Rust Document Writers and Translators. Licensed under
30+
the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) or
31+
the [MIT license](https://opensource.org/licenses/MIT), at your option.
32+
33+
This file may not be copied, modified, or distributed except according to those terms.

0 commit comments

Comments
 (0)