|
1 |
| -# docs.rust-jp.rs |
| 1 | +# Rustの日本語ドキュメント(非公式) |
2 | 2 |
|
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