You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,14 +97,17 @@ <h1 class="menu-title"></h1>
97
97
can skip straight to this book if you want; just know that we won't be
98
98
explaining everything from the ground up.
99
99
-->
100
-
<p><ahref="../book/index.html">The Book</a> とは異なり、ここでは多くの事前知識を前提としています。特に基本的なシステムプログラミングと Rust に精通していなくてはなりません。もし貴方がそうでないなら、まず <ahref="../book/index.html">The Book を読む</a> べきでしょう。とはいえ、The Book は前提ではありませんし、適切な場面で基本知識を復習する機会を与えます。The Book を飛ばしてこの本を読んでも構いませんが、すべてが基礎から説明されるわけではないことを覚えておいてください。</p>
100
+
<p><ahref="https://doc.rust-lang.org/book/">The Book</a> とは異なり、ここでは多くの事前知識を前提としています。特に基本的なシステムプログラミングと Rust に精通していなくてはなりません。もし貴方がそうでないなら、まず <ahref="https://doc.rust-lang.org/book/">The Book を読む</a> べきでしょう。とはいえ、The Book は前提ではありませんし、適切な場面で基本知識を復習する機会を与えます。The Book を飛ばしてこの本を読んでも構いませんが、すべてが基礎から説明されるわけではないことを覚えておいてください。</p>
101
101
<!--
102
102
To be clear, this book goes into deep detail. We're going to dig into
103
103
exception-safety, pointer aliasing, memory models, and even some type-theory.
104
104
We will also be spending a lot of time talking about the different kinds
Copy file name to clipboardExpand all lines: docs/index.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,14 +96,17 @@ <h1 class="menu-title"></h1>
96
96
can skip straight to this book if you want; just know that we won't be
97
97
explaining everything from the ground up.
98
98
-->
99
-
<p><ahref="../book/index.html">The Book</a> とは異なり、ここでは多くの事前知識を前提としています。特に基本的なシステムプログラミングと Rust に精通していなくてはなりません。もし貴方がそうでないなら、まず <ahref="../book/index.html">The Book を読む</a> べきでしょう。とはいえ、The Book は前提ではありませんし、適切な場面で基本知識を復習する機会を与えます。The Book を飛ばしてこの本を読んでも構いませんが、すべてが基礎から説明されるわけではないことを覚えておいてください。</p>
99
+
<p><ahref="https://doc.rust-lang.org/book/">The Book</a> とは異なり、ここでは多くの事前知識を前提としています。特に基本的なシステムプログラミングと Rust に精通していなくてはなりません。もし貴方がそうでないなら、まず <ahref="https://doc.rust-lang.org/book/">The Book を読む</a> べきでしょう。とはいえ、The Book は前提ではありませんし、適切な場面で基本知識を復習する機会を与えます。The Book を飛ばしてこの本を読んでも構いませんが、すべてが基礎から説明されるわけではないことを覚えておいてください。</p>
100
100
<!--
101
101
To be clear, this book goes into deep detail. We're going to dig into
102
102
exception-safety, pointer aliasing, memory models, and even some type-theory.
103
103
We will also be spending a lot of time talking about the different kinds
Copy file name to clipboardExpand all lines: docs/print.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,14 +97,17 @@ <h1 class="menu-title"></h1>
97
97
can skip straight to this book if you want; just know that we won't be
98
98
explaining everything from the ground up.
99
99
-->
100
-
<p><ahref="../book/index.html">The Book</a> とは異なり、ここでは多くの事前知識を前提としています。特に基本的なシステムプログラミングと Rust に精通していなくてはなりません。もし貴方がそうでないなら、まず <ahref="../book/index.html">The Book を読む</a> べきでしょう。とはいえ、The Book は前提ではありませんし、適切な場面で基本知識を復習する機会を与えます。The Book を飛ばしてこの本を読んでも構いませんが、すべてが基礎から説明されるわけではないことを覚えておいてください。</p>
100
+
<p><ahref="https://doc.rust-lang.org/book/">The Book</a> とは異なり、ここでは多くの事前知識を前提としています。特に基本的なシステムプログラミングと Rust に精通していなくてはなりません。もし貴方がそうでないなら、まず <ahref="https://doc.rust-lang.org/book/">The Book を読む</a> べきでしょう。とはいえ、The Book は前提ではありませんし、適切な場面で基本知識を復習する機会を与えます。The Book を飛ばしてこの本を読んでも構いませんが、すべてが基礎から説明されるわけではないことを覚えておいてください。</p>
101
101
<!--
102
102
To be clear, this book goes into deep detail. We're going to dig into
103
103
exception-safety, pointer aliasing, memory models, and even some type-theory.
104
104
We will also be spending a lot of time talking about the different kinds
0 commit comments