@@ -39,6 +39,18 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
39
39
* 全体の三割ほど翻訳済み。翻訳者募集中
40
40
41
41
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
+
42
54
## 掲載されているドキュメントについて
43
55
44
56
ここに掲載されている日本語ドキュメントはいずれも[ 英語版の公式ドキュメント] ( https://doc.rust-lang.org/ ) を和訳したものです。
@@ -52,8 +64,10 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
52
64
[ rbe ] : https://doc.rust-jp.rs/rust-by-example-ja/
53
65
[ std-vec ] : https://moshg.github.io/rust-lib-doc-ja/std/vec/
54
66
[ api-guidelines ] : https://sinkuu.github.io/api-guidelines/
55
- [ nomicon ] : https://doc.rust-jp.rs/rust-nomicon-ja/
56
67
[ 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/
57
71
58
72
59
73
## 内容についての連絡方法
@@ -77,8 +91,10 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
77
91
| Rust by Example日本語版 | [ rust-lang-ja/rust-by-example-ja] [ gh-rbe ] |
78
92
| 標準ライブラリリファレンス | [ moshg/rust-lib-ja] [ gh-std ] |
79
93
| Rust APIガイドライン | [ sinkuu/api-guidelines] [ gh-api-guidelines ] |
80
- | Rust裏本 / The Rustnomicon | [ rust-lang-ja/rust-nomicon-ja] [ gh-nomicon ] |
81
94
| エディションガイド | [ 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 ] |
82
98
| その他(doc.rust-jp.rs全般) | [ rust-lang-ja/rust-lang-ja.github.io] [ gh-org ] |
83
99
84
100
[ gh-trpl2 ] : https://github.com/hazama-yuinyan/book
@@ -87,8 +103,10 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
87
103
[ gh-rbe ] : https://github.com/rust-lang-ja/rust-by-example-ja
88
104
[ gh-std ] : https://github.com/moshg/rust-lib-ja
89
105
[ gh-api-guidelines ] : https://github.com/sinkuu/api-guidelines
90
- [ gh-nomicon ] : https://github.com/rust-lang-ja/rust-nomicon-ja
91
106
[ 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
92
110
[ gh-org ] : https://github.com/rust-lang-ja/rust-lang-ja.github.io
93
111
94
112
0 commit comments