Skip to content

Commit 1f3495a

Browse files
committed
Merge pull request #6 from pocket7878/effective-rust
Effective Rust
2 parents fd1c4cb + 5a8cb8e commit 1f3495a

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

1.6/ja/book/effective-rust.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
% Effective Rust
2+
<!-- % Effective Rust -->
23

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のコードが書けるということの間には違いが有ります.
58

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+
あなたの選んだ任意の順序でこれらのセクションをお読みください.

0 commit comments

Comments
 (0)