Skip to content

Commit f10a24f

Browse files
committed
Add the link to the Rust API Guidelines
1 parent bf509c7 commit f10a24f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
1515
- **標準ライブラリリファレンス**
1616
* お試しで[`Vec<T>`のみ翻訳されています][std-vec]
1717

18+
- [**Rust APIガイドライン**][api-guidelines]
19+
1820
- [**Rust裏本 / The Rustnomicon**][nomicon]
1921
+ 全体の三割ほど翻訳済み。翻訳者募集中です
2022

@@ -31,6 +33,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
3133
[trpl1-1.6]: https://doc.rust-jp.rs/the-rust-programming-language-ja/1.6/book/
3234
[rbe]: https://doc.rust-jp.rs/rust-by-example-ja/
3335
[std-vec]: https://mosh-g.github.io/rust-lib-doc-ja/std/vec/
36+
[api-guidelines]: https://sinkuu.github.io/api-guidelines/
3437
[nomicon]: https://doc.rust-jp.rs/rust-nomicon-ja/
3538
[edition-guide]: https://doc.rust-jp.rs/edition-guide/
3639

@@ -55,6 +58,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
5558
| プログラミング言語Rust, 1st Edition | [rust-lang-ja/the-rust-programming-language-ja][gh-trpl1] |
5659
| Rust by Example日本語版 | [rust-lang-ja/rust-by-example-ja][gh-rbe] |
5760
| 標準ライブラリリファレンス | [mosh-g/rust-lib-ja][gh-std] |
61+
| Rust APIガイドライン | [sinkuu/api-guidelines][gh-api-guidelines] |
5862
| Rust裏本 / The Rustnomicon | [rust-lang-ja/rust-nomicon-ja][gh-nomicon] |
5963
| エディションガイド | [rust-lang-ja/edition-guide][gh-edition-guide] |
6064
| その他(doc.rust-jp.rs全般) | [rust-lang-ja/rust-lang-ja.github.io][gh-org] |
@@ -64,6 +68,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
6468
[gh-trpl1]: https://github.com/rust-lang-ja/the-rust-programming-language-ja
6569
[gh-rbe]: https://github.com/rust-lang-ja/rust-by-example-ja
6670
[gh-std]: https://github.com/mosh-g/rust-lib-ja
71+
[gh-api-guidelines]: https://github.com/sinkuu/api-guidelines
6772
[gh-nomicon]: https://github.com/rust-lang-ja/rust-nomicon-ja
6873
[gh-edition-guide]: https://github.com/rust-lang-ja/edition-guide
6974
[gh-org]: https://github.com/rust-lang-ja/rust-lang-ja.github.io

0 commit comments

Comments
 (0)