File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,16 @@ Rustはパフォーマンス、安全性、生産性に優れるプログラミ
2020## 各種リファレンス、ガイド
2121
2222- ** 標準ライブラリリファレンス**
23- * お試しで[ ` Vec<T> ` のみ翻訳されています] [ std-vec ]
23+ * 以下のモジュールについて和訳があります
24+ * [ ` std::vec ` モジュール] [ std-vec ]
25+ * [ ` std::slice ` モジュール] [ std-slice ]
2426
2527- [ ** Rust APIガイドライン** ] [ api-guidelines ]
2628 * Rustライブラリの設計者向けに、APIのデザイン上の推奨事項がまとめられています
2729
2830- [ ** エディションガイド日本語版** ] [ edition-guide ]
2931 * Rustのエディション毎の新機能リストです
30- * 翻訳者募集中
32+ * 翻訳中
3133
3234
3335## Rustをさらに深く学びたい
@@ -66,6 +68,7 @@ Rustはパフォーマンス、安全性、生産性に優れるプログラミ
6668[ trpl-pdf ] : https://doc.rust-jp.rs/book-ja-pdf/book.pdf
6769[ rbe ] : https://doc.rust-jp.rs/rust-by-example-ja/
6870[ std-vec ] : https://moshg.github.io/rust-lib-doc-ja/std/vec/
71+ [ std-slice ] : https://moshg.github.io/rust-lib-doc-ja/std/slice/
6972[ api-guidelines ] : https://sinkuu.github.io/api-guidelines/
7073[ edition-guide ] : https://doc.rust-jp.rs/edition-guide/
7174[ nomicon ] : https://doc.rust-jp.rs/rust-nomicon-ja/
You can’t perform that action at this time.
0 commit comments