Skip to content

Commit 15dbb10

Browse files
committed
ci: generate pages at 6659bec [ci skip]
1 parent 6659bec commit 15dbb10

File tree

112 files changed

+1504
-1283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+1504
-1283
lines changed

docs/404.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,15 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
144144
</a>
145145

146146

147+
148+
147149
</div>
148150
</div>
149151

150152

151153
<div id="search-wrapper" class="hidden">
152154
<form id="searchbar-outer" class="searchbar-outer">
153-
<input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
155+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
154156
</form>
155157
<div id="searchresults-outer" class="searchresults-outer hidden">
156158
<div id="searchresults-header" class="searchresults-header"></div>
@@ -171,7 +173,7 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
171173

172174
<div id="content" class="content">
173175
<main>
174-
<h1><a class="header" href="#document-not-found-404" id="document-not-found-404">Document not found (404)</a></h1>
176+
<h1 id="document-not-found-404"><a class="header" href="#document-not-found-404">Document not found (404)</a></h1>
175177
<p>This URL is invalid, sorry. Please use the navigation bar or search to continue.</p>
176178

177179
</main>

docs/appendix-00.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,15 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
142142
</a>
143143

144144

145+
146+
145147
</div>
146148
</div>
147149

148150

149151
<div id="search-wrapper" class="hidden">
150152
<form id="searchbar-outer" class="searchbar-outer">
151-
<input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
153+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
152154
</form>
153155
<div id="searchresults-outer" class="searchresults-outer hidden">
154156
<div id="searchresults-header" class="searchresults-header"></div>
@@ -172,7 +174,7 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
172174
<!--
173175
# Appendix
174176
-->
175-
<h1><a class="header" href="#付録" id="付録">付録</a></h1>
177+
<h1 id="付録"><a class="header" href="#付録">付録</a></h1>
176178
<!--
177179
The following sections contain reference material you may find useful in your
178180
Rust journey.

docs/appendix-01-keywords.html

+7-5
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,15 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
142142
</a>
143143

144144

145+
146+
145147
</div>
146148
</div>
147149

148150

149151
<div id="search-wrapper" class="hidden">
150152
<form id="searchbar-outer" class="searchbar-outer">
151-
<input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
153+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
152154
</form>
153155
<div id="searchresults-outer" class="searchresults-outer hidden">
154156
<div id="searchresults-header" class="searchresults-header"></div>
@@ -172,7 +174,7 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
172174
<!--
173175
## Appendix A: Keywords
174176
-->
175-
<h2><a class="header" href="#付録a-キーワード" id="付録a-キーワード">付録A: キーワード</a></h2>
177+
<h2 id="付録a-キーワード"><a class="header" href="#付録a-キーワード">付録A: キーワード</a></h2>
176178
<!--
177179
The following list contains keywords that are reserved for current or future
178180
use by the Rust language. As such, they cannot be used as identifiers (except
@@ -187,7 +189,7 @@ <h2><a class="header" href="#付録a-キーワード" id="付録a-キーワー
187189
<!--
188190
### Keywords Currently in Use
189191
-->
190-
<h3><a class="header" href="#現在使用されているキーワード" id="現在使用されているキーワード">現在使用されているキーワード</a></h3>
192+
<h3 id="現在使用されているキーワード"><a class="header" href="#現在使用されているキーワード">現在使用されているキーワード</a></h3>
191193
<!--
192194
The following keywords currently have the functionality described.
193195
-->
@@ -283,7 +285,7 @@ <h3><a class="header" href="#現在使用されているキーワード" id="現
283285
<!--
284286
### Keywords Reserved for Future Use
285287
-->
286-
<h3><a class="header" href="#将来的な使用のために予約されているキーワード" id="将来的な使用のために予約されているキーワード">将来的な使用のために予約されているキーワード</a></h3>
288+
<h3 id="将来的な使用のために予約されているキーワード"><a class="header" href="#将来的な使用のために予約されているキーワード">将来的な使用のために予約されているキーワード</a></h3>
287289
<!--
288290
The following keywords do not have any functionality but are reserved by Rust
289291
for potential future use.
@@ -322,7 +324,7 @@ <h3><a class="header" href="#将来的な使用のために予約されている
322324
<!--
323325
### Raw Identifiers
324326
-->
325-
<h3><a class="header" href="#生識別子" id="生識別子">生識別子</a></h3>
327+
<h3 id="生識別子"><a class="header" href="#生識別子">生識別子</a></h3>
326328
<!--
327329
*Raw identifiers* are the syntax that lets you use keywords where they wouldn’t
328330
normally be allowed. You use a raw identifier by prefixing a keyword with `r#`.

docs/appendix-02-operators.html

+7-5
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,15 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
142142
</a>
143143

144144

145+
146+
145147
</div>
146148
</div>
147149

148150

149151
<div id="search-wrapper" class="hidden">
150152
<form id="searchbar-outer" class="searchbar-outer">
151-
<input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
153+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
152154
</form>
153155
<div id="searchresults-outer" class="searchresults-outer hidden">
154156
<div id="searchresults-header" class="searchresults-header"></div>
@@ -172,7 +174,7 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
172174
<!--
173175
## Appendix B: Operators and Symbols
174176
-->
175-
<h2><a class="header" href="#付録b-演算子と記号" id="付録b-演算子と記号">付録B: 演算子と記号</a></h2>
177+
<h2 id="付録b-演算子と記号"><a class="header" href="#付録b-演算子と記号">付録B: 演算子と記号</a></h2>
176178
<!--
177179
This appendix contains a glossary of Rust’s syntax, including operators and
178180
other symbols that appear by themselves or in the context of paths, generics,
@@ -183,7 +185,7 @@ <h2><a class="header" href="#付録b-演算子と記号" id="付録b-演算子
183185
<!--
184186
### Operators
185187
-->
186-
<h3><a class="header" href="#演算子" id="演算子">演算子</a></h3>
188+
<h3 id="演算子"><a class="header" href="#演算子">演算子</a></h3>
187189
<!--
188190
Table B-1 contains the operators in Rust, an example of how the operator would
189191
appear in context, a short explanation, and whether that operator is
@@ -312,7 +314,7 @@ <h3><a class="header" href="#演算子" id="演算子">演算子</a></h3>
312314
<!--
313315
### Non-operator Symbols
314316
-->
315-
<h3><a class="header" href="#演算子以外のシンボル" id="演算子以外のシンボル">演算子以外のシンボル</a></h3>
317+
<h3 id="演算子以外のシンボル"><a class="header" href="#演算子以外のシンボル">演算子以外のシンボル</a></h3>
316318
<!--
317319
The following list contains all non-letters that don’t function as operators;
318320
that is, they don’t behave like a function or method call.
@@ -501,7 +503,7 @@ <h3><a class="header" href="#演算子以外のシンボル" id="演算子以外
501503
<!--
502504
#### Tuples
503505
-->
504-
<h4><a class="header" href="#タプル" id="タプル">タプル</a></h4>
506+
<h4 id="タプル"><a class="header" href="#タプル">タプル</a></h4>
505507
<!--
506508
Table B-8 shows symbols that appear in the context of using tuples.
507509
-->

docs/appendix-03-derivable-traits.html

+10-8
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,15 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
142142
</a>
143143

144144

145+
146+
145147
</div>
146148
</div>
147149

148150

149151
<div id="search-wrapper" class="hidden">
150152
<form id="searchbar-outer" class="searchbar-outer">
151-
<input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
153+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
152154
</form>
153155
<div id="searchresults-outer" class="searchresults-outer hidden">
154156
<div id="searchresults-header" class="searchresults-header"></div>
@@ -172,7 +174,7 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
172174
<!--
173175
## Appendix C: Derivable Traits
174176
-->
175-
<h2><a class="header" href="#付録c-導出可能なトレイト" id="付録c-導出可能なトレイト">付録C: 導出可能なトレイト</a></h2>
177+
<h2 id="付録c-導出可能なトレイト"><a class="header" href="#付録c-導出可能なトレイト">付録C: 導出可能なトレイト</a></h2>
176178
<!--
177179
In various places in the book, we’ve discussed the `derive` attribute, which
178180
you can apply to a struct or enum definition. The `derive` attribute generates
@@ -240,7 +242,7 @@ <h2><a class="header" href="#付録c-導出可能なトレイト" id="付録c-
240242
<!--
241243
### `Debug` for Programmer Output
242244
-->
243-
<h3><a class="header" href="#プログラマ用の出力のdebug" id="プログラマ用の出力のdebug">プログラマ用の出力の<code>Debug</code></a></h3>
245+
<h3 id="プログラマ用の出力のdebug"><a class="header" href="#プログラマ用の出力のdebug">プログラマ用の出力の<code>Debug</code></a></h3>
244246
<!--
245247
The `Debug` trait enables debug formatting in format strings, which you
246248
indicate by adding `:?` within `{}` placeholders.
@@ -265,7 +267,7 @@ <h3><a class="header" href="#プログラマ用の出力のdebug" id="プログ
265267
<!--
266268
### `PartialEq` and `Eq` for Equality Comparisons
267269
-->
268-
<h3><a class="header" href="#等価比較のためのpartialeqとeq" id="等価比較のためのpartialeqとeq">等価比較のための<code>PartialEq</code><code>Eq</code></a></h3>
270+
<h3 id="等価比較のためのpartialeqとeq"><a class="header" href="#等価比較のためのpartialeqとeq">等価比較のための<code>PartialEq</code><code>Eq</code></a></h3>
269271
<!--
270272
The `PartialEq` trait allows you to compare instances of a type to check for
271273
equality and enables use of the `==` and `!=` operators.
@@ -307,7 +309,7 @@ <h3><a class="header" href="#等価比較のためのpartialeqとeq" id="等価
307309
<!--
308310
### `PartialOrd` and `Ord` for Ordering Comparisons
309311
-->
310-
<h3><a class="header" href="#順序付き比較のためのpartialordとord" id="順序付き比較のためのpartialordとord">順序付き比較のための<code>PartialOrd</code><code>Ord</code></a></h3>
312+
<h3 id="順序付き比較のためのpartialordとord"><a class="header" href="#順序付き比較のためのpartialordとord">順序付き比較のための<code>PartialOrd</code><code>Ord</code></a></h3>
311313
<!--
312314
The `PartialOrd` trait allows you to compare instances of a type for sorting
313315
purposes. A type that implements `PartialOrd` can be used with the `<`, `>`,
@@ -365,7 +367,7 @@ <h3><a class="header" href="#順序付き比較のためのpartialordとord" id=
365367
<!--
366368
### `Clone` and `Copy` for Duplicating Values
367369
-->
368-
<h3><a class="header" href="#値を複製するcloneとcopy" id="値を複製するcloneとcopy">値を複製する<code>Clone</code><code>Copy</code></a></h3>
370+
<h3 id="値を複製するcloneとcopy"><a class="header" href="#値を複製するcloneとcopy">値を複製する<code>Clone</code><code>Copy</code></a></h3>
369371
<!--
370372
The `Clone` trait allows you to explicitly create a deep copy of a value, and
371373
the duplication process might involve running arbitrary code and copying heap
@@ -432,7 +434,7 @@ <h3><a class="header" href="#値を複製するcloneとcopy" id="値を複製す
432434
<!--
433435
### `Hash` for Mapping a Value to a Value of Fixed Size
434436
-->
435-
<h3><a class="header" href="#値を固定サイズの値にマップするhash" id="値を固定サイズの値にマップするhash">値を固定サイズの値にマップする<code>Hash</code></a></h3>
437+
<h3 id="値を固定サイズの値にマップするhash"><a class="header" href="#値を固定サイズの値にマップするhash">値を固定サイズの値にマップする<code>Hash</code></a></h3>
436438
<!--
437439
The `Hash` trait allows you to take an instance of a type of arbitrary size and
438440
map that instance to a value of fixed size using a hash function. Deriving
@@ -452,7 +454,7 @@ <h3><a class="header" href="#値を固定サイズの値にマップするhash"
452454
<!--
453455
### `Default` for Default Values
454456
-->
455-
<h3><a class="header" href="#既定値のためのdefault" id="既定値のためのdefault">既定値のための<code>Default</code></a></h3>
457+
<h3 id="既定値のためのdefault"><a class="header" href="#既定値のためのdefault">既定値のための<code>Default</code></a></h3>
456458
<!--
457459
The `Default` trait allows you to create a default value for a type. Deriving
458460
`Default` implements the `default` function. The derived implementation of the

docs/appendix-04-useful-development-tools.html

+8-6
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,15 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
142142
</a>
143143

144144

145+
146+
145147
</div>
146148
</div>
147149

148150

149151
<div id="search-wrapper" class="hidden">
150152
<form id="searchbar-outer" class="searchbar-outer">
151-
<input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
153+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
152154
</form>
153155
<div id="searchresults-outer" class="searchresults-outer hidden">
154156
<div id="searchresults-header" class="searchresults-header"></div>
@@ -172,7 +174,7 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
172174
<!--
173175
## Appendix D - Useful Development Tools
174176
-->
175-
<h2><a class="header" href="#付録d---便利な開発ツール" id="付録d---便利な開発ツール">付録D - 便利な開発ツール</a></h2>
177+
<h2 id="付録d---便利な開発ツール"><a class="header" href="#付録d---便利な開発ツール">付録D - 便利な開発ツール</a></h2>
176178
<!--
177179
In this appendix, we talk about some useful development tools that the Rust
178180
project provides. We’ll look at automatic formatting, quick ways to apply
@@ -183,7 +185,7 @@ <h2><a class="header" href="#付録d---便利な開発ツール" id="付録d---
183185
<!--
184186
### Automatic Formatting with `rustfmt`
185187
-->
186-
<h3><a class="header" href="#rustfmtを使った自動フォーマット" id="rustfmtを使った自動フォーマット"><code>rustfmt</code>を使った自動フォーマット</a></h3>
188+
<h3 id="rustfmtを使った自動フォーマット"><a class="header" href="#rustfmtを使った自動フォーマット"><code>rustfmt</code>を使った自動フォーマット</a></h3>
187189
<!--
188190
The `rustfmt` tool reformats your code according to the community code style.
189191
Many collaborative projects use `rustfmt` to prevent arguments about which
@@ -216,7 +218,7 @@ <h3><a class="header" href="#rustfmtを使った自動フォーマット" id="ru
216218
<!--
217219
### Fix Your Code with `rustfix`
218220
-->
219-
<h3><a class="header" href="#rustfixでコードを修正する" id="rustfixでコードを修正する"><code>rustfix</code>でコードを修正する</a></h3>
221+
<h3 id="rustfixでコードを修正する"><a class="header" href="#rustfixでコードを修正する"><code>rustfix</code>でコードを修正する</a></h3>
220222
<!--
221223
The rustfix tool is included with Rust installations and can automatically fix
222224
some compiler warnings. If you’ve written code in Rust, you’ve probably seen
@@ -292,7 +294,7 @@ <h3><a class="header" href="#rustfixでコードを修正する" id="rustfixで
292294
<!--
293295
### More Lints with Clippy
294296
-->
295-
<h3><a class="header" href="#clippyでもっとlintを" id="clippyでもっとlintを">Clippyでもっとlintを</a></h3>
297+
<h3 id="clippyでもっとlintを"><a class="header" href="#clippyでもっとlintを">Clippyでもっとlintを</a></h3>
296298
<!--
297299
The Clippy tool is a collection of lints to analyze your code so you can catch
298300
common mistakes and improve your Rust code.
@@ -364,7 +366,7 @@ <h3><a class="header" href="#clippyでもっとlintを" id="clippyでもっとli
364366
<!--
365367
### IDE Integration Using the Rust Language Server
366368
-->
367-
<h3><a class="header" href="#rust-language-serverを使ってideと統合する" id="rust-language-serverを使ってideと統合する">Rust Language Serverを使ってIDEと統合する</a></h3>
369+
<h3 id="rust-language-serverを使ってideと統合する"><a class="header" href="#rust-language-serverを使ってideと統合する">Rust Language Serverを使ってIDEと統合する</a></h3>
368370
<!--
369371
To help IDE integration, the Rust project distributes the *Rust Language
370372
Server* (`rls`). This tool speaks the [Language Server

0 commit comments

Comments
 (0)