@@ -15,6 +15,8 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
15
15
- ** 標準ライブラリリファレンス**
16
16
* お試しで[ ` Vec<T> ` のみ翻訳されています] [ std-vec ]
17
17
18
+ - [ ** Rust APIガイドライン** ] [ api-guidelines ]
19
+
18
20
- [ ** Rust裏本 / The Rustnomicon** ] [ nomicon ]
19
21
+ 全体の三割ほど翻訳済み。翻訳者募集中です
20
22
@@ -31,6 +33,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
31
33
[ trpl1-1.6 ] : https://doc.rust-jp.rs/the-rust-programming-language-ja/1.6/book/
32
34
[ rbe ] : https://doc.rust-jp.rs/rust-by-example-ja/
33
35
[ std-vec ] : https://mosh-g.github.io/rust-lib-doc-ja/std/vec/
36
+ [ api-guidelines ] : https://sinkuu.github.io/api-guidelines/
34
37
[ nomicon ] : https://doc.rust-jp.rs/rust-nomicon-ja/
35
38
[ edition-guide ] : https://doc.rust-jp.rs/edition-guide/
36
39
@@ -55,6 +58,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
55
58
| プログラミング言語Rust, 1st Edition | [ rust-lang-ja/the-rust-programming-language-ja] [ gh-trpl1 ] |
56
59
| Rust by Example日本語版 | [ rust-lang-ja/rust-by-example-ja] [ gh-rbe ] |
57
60
| 標準ライブラリリファレンス | [ mosh-g/rust-lib-ja] [ gh-std ] |
61
+ | Rust APIガイドライン | [ sinkuu/api-guidelines] [ gh-api-guidelines ] |
58
62
| Rust裏本 / The Rustnomicon | [ rust-lang-ja/rust-nomicon-ja] [ gh-nomicon ] |
59
63
| エディションガイド | [ rust-lang-ja/edition-guide] [ gh-edition-guide ] |
60
64
| その他(doc.rust-jp.rs全般) | [ rust-lang-ja/rust-lang-ja.github.io] [ gh-org ] |
@@ -64,6 +68,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
64
68
[ gh-trpl1 ] : https://github.com/rust-lang-ja/the-rust-programming-language-ja
65
69
[ gh-rbe ] : https://github.com/rust-lang-ja/rust-by-example-ja
66
70
[ gh-std ] : https://github.com/mosh-g/rust-lib-ja
71
+ [ gh-api-guidelines ] : https://github.com/sinkuu/api-guidelines
67
72
[ gh-nomicon ] : https://github.com/rust-lang-ja/rust-nomicon-ja
68
73
[ gh-edition-guide ] : https://github.com/rust-lang-ja/edition-guide
69
74
[ gh-org ] : https://github.com/rust-lang-ja/rust-lang-ja.github.io
0 commit comments