Skip to content

Commit 4bab2d3

Browse files
committed
generate
1 parent 419b9c4 commit 4bab2d3

File tree

2 files changed

+36
-13
lines changed

2 files changed

+36
-13
lines changed

public/1.6/book/effective-rust.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,24 @@
186186

187187

188188
<h1 class="title">Effective Rust</h1>
189-
<p>So you’ve learned how to write some Rust code. But there’s a difference between
190-
writing <em>any</em> Rust code and writing <em>good</em> Rust code.</p>
189+
<!-- % Effective Rust -->
191190

192-
<p>This section consists of relatively independent tutorials which show you how to
193-
take your Rust to the next level. Common patterns and standard library features
194-
will be introduced. Read these sections in any order of your choosing.</p>
191+
<!-- So you’ve learned how to write some Rust code. But there’s a difference between -->
192+
193+
<!-- writing *any* Rust code and writing *good* Rust code. -->
194+
195+
<p>これまでRustコードの書き方について学んできましたが,*とりあえず*Rustのコードが書けるということと
196+
*良い*Rustのコードが書けるということの間には違いが有ります.</p>
197+
198+
<!-- This section consists of relatively independent tutorials which show you how to -->
199+
200+
<!-- take your Rust to the next level. Common patterns and standard library features -->
201+
202+
<!-- will be introduced. Read these sections in any order of your choosing. -->
203+
204+
<p>このセクションは比較的独立したチュートリアルから構成されており,あなたのRustのコードを
205+
より良くするための方法が説明されています.頻出するパターンや標準ライブラリの機能が紹介されています.
206+
あなたの選んだ任意の順序でこれらのセクションをお読みください.</p>
195207

196208
<script type="text/javascript">
197209
window.playgroundUrl = "https://play.rust-lang.org";

public/1.6/book/syntax-and-semantics.html

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="generator" content="rustdoc">
7-
<title>Syntax and Semantics</title>
7+
<title>シンタックスとセマンティクス</title>
88

99
<link rel="stylesheet" type="text/css" href="rustbook.css">
1010

@@ -185,15 +185,26 @@
185185
<div id='page'>
186186

187187

188-
<h1 class="title">Syntax and Semantics</h1>
189-
<p>This section breaks Rust down into small chunks, one for each concept.</p>
188+
<h1 class="title">シンタックスとセマンティクス</h1>
189+
<!-- % Syntax and Semantics -->
190190

191-
<p>If you’d like to learn Rust from the bottom up, reading this in order is a
192-
great way to do that.</p>
191+
<!-- This section breaks Rust down into small chunks, one for each concept. -->
193192

194-
<p>These sections also form a reference for each concept, so if you’re reading
195-
another tutorial and find something confusing, you can find it explained
196-
somewhere in here.</p>
193+
<p>このセクションではRustを1つ1つの概念をそれぞれに分けています。</p>
194+
195+
<!-- If you’d like to learn Rust from the bottom up, reading this in order is a -->
196+
197+
<!-- great way to do that. -->
198+
199+
<p>Rustをボトムアップで学びたいならこのセクションを順番に読んでいくのが近道です。</p>
200+
201+
<!-- These sections also form a reference for each concept, so if you’re reading -->
202+
203+
<!-- another tutorial and find something confusing, you can find it explained -->
204+
205+
<!-- somewhere in here. -->
206+
207+
<p>このセクションはそれぞれの概念に対するリファレンスにもなっているので、他のチュートリアルを読んでいてよく分からないものが出てきたら、ここで説明されている筈です。</p>
197208

198209
<script type="text/javascript">
199210
window.playgroundUrl = "https://play.rust-lang.org";

0 commit comments

Comments
 (0)