Skip to content

Commit 4a512e3

Browse files
committed
Add the Embedded Rust Book and the Discovery book
- Fixes #2
1 parent d1e63f0 commit 4a512e3

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

index.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
3939
* 全体の三割ほど翻訳済み。翻訳者募集中
4040

4141

42+
## 目的別に学びたい
43+
44+
### 組込みプログラミング
45+
46+
- [**組込みRust / The Embedded Rust Book**][embedded-book]
47+
* ベアメタル (マイクロコントローラ) デバイスのファームウェアをRustで開発するためのガイドブック
48+
49+
- [**Discovery**][embedded-discovery]
50+
* Rustを使ったマイクロコントローラの組込みシステム入門コース
51+
* STマイクロエレクトロニクス社のSTM32F3DISCOVERYボードを使用します
52+
53+
4254
## 掲載されているドキュメントについて
4355

4456
ここに掲載されている日本語ドキュメントはいずれも[英語版の公式ドキュメント](https://doc.rust-lang.org/)を和訳したものです。
@@ -52,8 +64,10 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
5264
[rbe]: https://doc.rust-jp.rs/rust-by-example-ja/
5365
[std-vec]: https://moshg.github.io/rust-lib-doc-ja/std/vec/
5466
[api-guidelines]: https://sinkuu.github.io/api-guidelines/
55-
[nomicon]: https://doc.rust-jp.rs/rust-nomicon-ja/
5667
[edition-guide]: https://doc.rust-jp.rs/edition-guide/
68+
[nomicon]: https://doc.rust-jp.rs/rust-nomicon-ja/
69+
[embedded-book]: https://tomoyuki-nakabayashi.github.io/book/
70+
[embedded-discovery]: https://tomoyuki-nakabayashi.github.io/discovery/
5771

5872

5973
## 内容についての連絡方法
@@ -77,8 +91,10 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
7791
| Rust by Example日本語版 | [rust-lang-ja/rust-by-example-ja][gh-rbe] |
7892
| 標準ライブラリリファレンス | [moshg/rust-lib-ja][gh-std] |
7993
| Rust APIガイドライン | [sinkuu/api-guidelines][gh-api-guidelines] |
80-
| Rust裏本 / The Rustnomicon | [rust-lang-ja/rust-nomicon-ja][gh-nomicon] |
8194
| エディションガイド | [rust-lang-ja/edition-guide][gh-edition-guide] |
95+
| Rust裏本 / The Rustnomicon | [rust-lang-ja/rust-nomicon-ja][gh-nomicon] |
96+
| 組込みRust / The Embedded Rust Book | [tomoyuki-nakabayashi/book][gh-embedded-book] |
97+
| Discovery | [tomoyuki-nakabayashi/discovery][gh-embedded-discovery] |
8298
| その他(doc.rust-jp.rs全般) | [rust-lang-ja/rust-lang-ja.github.io][gh-org] |
8399

84100
[gh-trpl2]: https://github.com/hazama-yuinyan/book
@@ -87,8 +103,10 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
87103
[gh-rbe]: https://github.com/rust-lang-ja/rust-by-example-ja
88104
[gh-std]: https://github.com/moshg/rust-lib-ja
89105
[gh-api-guidelines]: https://github.com/sinkuu/api-guidelines
90-
[gh-nomicon]: https://github.com/rust-lang-ja/rust-nomicon-ja
91106
[gh-edition-guide]: https://github.com/rust-lang-ja/edition-guide
107+
[gh-nomicon]: https://github.com/rust-lang-ja/rust-nomicon-ja
108+
[gh-embedded-book]: https://github.com/tomoyuki-nakabayashi/book
109+
[gh-embedded-discovery]: https://github.com/tomoyuki-nakabayashi/discovery
92110
[gh-org]: https://github.com/rust-lang-ja/rust-lang-ja.github.io
93111

94112

0 commit comments

Comments
 (0)