|
1 |
| -# Rustの日本語ドキュメント / Japanese Docs for Rust |
| 1 | +--- |
| 2 | +title: "Home" |
| 3 | +--- |
2 | 4 |
|
3 | 5 | このサイトでは[プログラミング言語Rust][rust-lang]の日本語ドキュメントを公開しています。
|
4 | 6 |
|
|
9 | 11 |
|
10 | 12 | - [**Rust by Example日本語版**][rbe]
|
11 | 13 |
|
| 14 | +- **標準ライブラリリファレンス** |
| 15 | + * お試しで[`Vec<T>`のみ翻訳されています][std-vec] |
| 16 | + |
12 | 17 | - [**Rust裏本 / The Rustnomicon**][nomicon]
|
13 | 18 | + 翻訳半ばで中断しています。翻訳者募集中です
|
14 | 19 |
|
|
24 | 29 | [trpl1-1.9]: https://doc.rust-jp.rs/the-rust-programming-language-ja/1.9/book/
|
25 | 30 | [trpl1-1.6]: https://doc.rust-jp.rs/the-rust-programming-language-ja/1.6/book/
|
26 | 31 | [rbe]: https://doc.rust-jp.rs/rust-by-example-ja/rust-by-example/
|
| 32 | +[std-vec]: https://mosh-g.github.io/rust-lib-doc-ja/std/vec/ |
27 | 33 | [nomicon]: https://doc.rust-jp.rs/rust-nomicon-ja/
|
28 | 34 | [edition-guide]: https://doc.rust-jp.rs/edition-guide/
|
29 | 35 |
|
|
47 | 53 | | 同 PDF版 | [y-yu/trpl-2nd-pdf][gh-trpl2-pdf] |
|
48 | 54 | | プログラミング言語Rust, 1st Edition | [rust-lang-ja/the-rust-programming-language-ja][gh-trpl1] |
|
49 | 55 | | Rust by Example日本語版 | [rust-lang-ja/rust-by-example-ja][gh-rbe] |
|
| 56 | +| 標準ライブラリリファレンス | [mosh-g/rust-lib-ja][gh-std] | |
50 | 57 | | Rust裏本 / The Rustnomicon | [rust-lang-ja/rust-nomicon-ja][gh-nomicon] |
|
51 | 58 | | エディションガイド | [rust-lang-ja/edition-guide][gh-edition-guide] |
|
52 | 59 | | その他(doc.rust-jp.rs全般) | [rust-lang-ja/rust-lang-ja.github.io][gh-org] |
|
|
55 | 62 | [gh-trpl2-pdf]: https://github.com/y-yu/trpl-2nd-pdf
|
56 | 63 | [gh-trpl1]: https://github.com/rust-lang-ja/the-rust-programming-language-ja
|
57 | 64 | [gh-rbe]: https://github.com/rust-lang-ja/rust-by-example-ja
|
| 65 | +[gh-std]: https://github.com/mosh-g/rust-lib-ja |
58 | 66 | [gh-nomicon]: https://github.com/rust-lang-ja/rust-nomicon-ja
|
59 | 67 | [gh-edition-guide]: https://github.com/rust-lang-ja/edition-guide
|
60 | 68 | [gh-org]: https://github.com/rust-lang-ja/rust-lang-ja.github.io
|
|
0 commit comments