File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
% Effective Rust
2
+ <!-- % Effective Rust -->
2
3
3
- So you’ve learned how to write some Rust code. But there’s a difference between
4
- writing * any* Rust code and writing * good* Rust code.
4
+ <!-- So you’ve learned how to write some Rust code. But there’s a difference between -->
5
+ <!-- writing *any* Rust code and writing *good* Rust code. -->
6
+ これまでRustコードの書き方について学んできましたが,* とりあえず* Rustのコードが書けるということと
7
+ * 良い* Rustのコードが書けるということの間には違いが有ります.
5
8
6
- This section consists of relatively independent tutorials which show you how to
7
- take your Rust to the next level. Common patterns and standard library features
8
- will be introduced. Read these sections in any order of your choosing.
9
+
10
+ <!-- This section consists of relatively independent tutorials which show you how to -->
11
+ <!-- take your Rust to the next level. Common patterns and standard library features -->
12
+ <!-- will be introduced. Read these sections in any order of your choosing. -->
13
+ このセクションは比較的独立したチュートリアルから構成されており,あなたのRustのコードを
14
+ より良くするための方法が説明されています.頻出するパターンや標準ライブラリの機能が紹介されています.
15
+ あなたの選んだ任意の順序でこれらのセクションをお読みください.
You can’t perform that action at this time.
0 commit comments