Skip to content

Commit 1c6cbdb

Browse files
committed
Add a link to mosh-g/rust-lib-ja
1 parent 4771dcb commit 1c6cbdb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Rustの日本語ドキュメント / Japanese Docs for Rust
1+
---
2+
title: "Home"
3+
---
24

35
このサイトでは[プログラミング言語Rust][rust-lang]の日本語ドキュメントを公開しています。
46

@@ -9,6 +11,9 @@
911

1012
- [**Rust by Example日本語版**][rbe]
1113

14+
- **標準ライブラリリファレンス**
15+
* お試しで[`Vec<T>`のみ翻訳されています][std-vec]
16+
1217
- [**Rust裏本 / The Rustnomicon**][nomicon]
1318
+ 翻訳半ばで中断しています。翻訳者募集中です
1419

@@ -24,6 +29,7 @@
2429
[trpl1-1.9]: https://doc.rust-jp.rs/the-rust-programming-language-ja/1.9/book/
2530
[trpl1-1.6]: https://doc.rust-jp.rs/the-rust-programming-language-ja/1.6/book/
2631
[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/
2733
[nomicon]: https://doc.rust-jp.rs/rust-nomicon-ja/
2834
[edition-guide]: https://doc.rust-jp.rs/edition-guide/
2935

@@ -47,6 +53,7 @@
4753
| 同 PDF版 | [y-yu/trpl-2nd-pdf][gh-trpl2-pdf] |
4854
| プログラミング言語Rust, 1st Edition | [rust-lang-ja/the-rust-programming-language-ja][gh-trpl1] |
4955
| Rust by Example日本語版 | [rust-lang-ja/rust-by-example-ja][gh-rbe] |
56+
| 標準ライブラリリファレンス | [mosh-g/rust-lib-ja][gh-std] |
5057
| Rust裏本 / The Rustnomicon | [rust-lang-ja/rust-nomicon-ja][gh-nomicon] |
5158
| エディションガイド | [rust-lang-ja/edition-guide][gh-edition-guide] |
5259
| その他(doc.rust-jp.rs全般) | [rust-lang-ja/rust-lang-ja.github.io][gh-org] |
@@ -55,6 +62,7 @@
5562
[gh-trpl2-pdf]: https://github.com/y-yu/trpl-2nd-pdf
5663
[gh-trpl1]: https://github.com/rust-lang-ja/the-rust-programming-language-ja
5764
[gh-rbe]: https://github.com/rust-lang-ja/rust-by-example-ja
65+
[gh-std]: https://github.com/mosh-g/rust-lib-ja
5866
[gh-nomicon]: https://github.com/rust-lang-ja/rust-nomicon-ja
5967
[gh-edition-guide]: https://github.com/rust-lang-ja/edition-guide
6068
[gh-org]: https://github.com/rust-lang-ja/rust-lang-ja.github.io

0 commit comments

Comments
 (0)