4
4
<!-- Book generated using mdBook -->
5
5
< meta charset ="UTF-8 ">
6
6
< title > 付録 - The Rust Programming Language 日本語版</ title >
7
-
8
-
9
7
10
8
11
9
<!-- Custom HTML head -->
12
10
13
-
14
-
15
11
< meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
16
12
< meta name ="description " content ="">
17
13
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
18
14
< meta name ="theme-color " content ="#ffffff " />
19
15
20
-
21
16
< link rel ="icon " href ="favicon.svg ">
22
-
23
-
24
17
< link rel ="shortcut icon " href ="favicon.png ">
25
-
26
18
< link rel ="stylesheet " href ="css/variables.css ">
27
19
< link rel ="stylesheet " href ="css/general.css ">
28
20
< link rel ="stylesheet " href ="css/chrome.css ">
29
-
30
21
< link rel ="stylesheet " href ="css/print.css " media ="print ">
31
-
32
22
33
23
<!-- Fonts -->
34
24
< link rel ="stylesheet " href ="FontAwesome/css/font-awesome.css ">
35
-
36
25
< link rel ="stylesheet " href ="fonts/fonts.css ">
37
-
38
26
39
27
<!-- Highlight.js Stylesheets -->
40
28
< link rel ="stylesheet " href ="highlight.css ">
41
29
< link rel ="stylesheet " href ="tomorrow-night.css ">
42
30
< link rel ="stylesheet " href ="ayu-highlight.css ">
43
31
44
32
<!-- Custom theme stylesheets -->
45
-
46
33
< link rel ="stylesheet " href ="ferris.css ">
47
-
48
34
< link rel ="stylesheet " href ="theme/2018-edition.css ">
49
-
50
35
< link rel ="stylesheet " href ="theme/em-to-bold.css ">
51
-
52
36
53
-
54
37
</ head >
55
38
< body >
56
39
<!-- Provide site root to javascript -->
109
92
< div id ="page-wrapper " class ="page-wrapper ">
110
93
111
94
< div class ="page ">
112
-
113
- < div id ="menu-bar-hover-placeholder "> </ div >
95
+ < div id ="menu-bar-hover-placeholder "> </ div >
114
96
< div id ="menu-bar " class ="menu-bar sticky bordered ">
115
97
< div class ="left-buttons ">
116
98
< button id ="sidebar-toggle " class ="icon-button " type ="button " title ="Toggle Table of Contents " aria-label ="Toggle Table of Contents " aria-controls ="sidebar ">
126
108
< li role ="none "> < button role ="menuitem " class ="theme " id ="navy "> Navy</ button > </ li >
127
109
< li role ="none "> < button role ="menuitem " class ="theme " id ="ayu "> Ayu</ button > </ li >
128
110
</ ul >
129
-
130
111
< button id ="search-toggle " class ="icon-button " type ="button " title ="Search. (Shortkey: s) " aria-label ="Toggle Searchbar " aria-expanded ="false " aria-keyshortcuts ="S " aria-controls ="searchbar ">
131
112
< i class ="fa fa-search "> </ i >
132
113
</ button >
133
-
134
114
</ div >
135
115
136
116
< h1 class ="menu-title "> The Rust Programming Language 日本語版</ h1 >
137
117
138
118
< div class ="right-buttons ">
139
-
140
119
< a href ="print.html " title ="Print this book " aria-label ="Print this book ">
141
120
< i id ="print-button " class ="fa fa-print "> </ i >
142
121
</ a >
143
-
144
-
145
-
146
122
147
123
</ div >
148
124
</ div >
149
125
150
-
151
126
< div id ="search-wrapper " class ="hidden ">
152
127
< form id ="searchbar-outer " class ="searchbar-outer ">
153
128
< input type ="search " id ="searchbar " name ="searchbar " placeholder ="Search this book ... " aria-controls ="searchresults-outer " aria-describedby ="searchresults-header ">
@@ -158,7 +133,6 @@ <h1 class="menu-title">The Rust Programming Language 日本語版</h1>
158
133
</ ul >
159
134
</ div >
160
135
</ div >
161
-
162
136
163
137
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
164
138
< script type ="text/javascript ">
@@ -185,69 +159,50 @@ <h1 id="付録"><a class="header" href="#付録">付録</a></h1>
185
159
186
160
< nav class ="nav-wrapper " aria-label ="Page navigation ">
187
161
<!-- Mobile navigation buttons -->
188
-
189
162
< a rel ="prev " href ="ch20-03-graceful-shutdown-and-cleanup.html " class ="mobile-nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
190
163
< i class ="fa fa-angle-left "> </ i >
191
164
</ a >
192
-
193
165
194
-
195
166
< a rel ="next " href ="appendix-01-keywords.html " class ="mobile-nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
196
167
< i class ="fa fa-angle-right "> </ i >
197
168
</ a >
198
-
199
169
200
170
< div style ="clear: both "> </ div >
201
171
</ nav >
202
172
</ div >
203
173
</ div >
204
174
205
175
< nav class ="nav-wide-wrapper " aria-label ="Page navigation ">
206
-
207
176
< a rel ="prev " href ="ch20-03-graceful-shutdown-and-cleanup.html " class ="nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
208
177
< i class ="fa fa-angle-left "> </ i >
209
178
</ a >
210
-
211
179
212
-
213
180
< a rel ="next " href ="appendix-01-keywords.html " class ="nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
214
181
< i class ="fa fa-angle-right "> </ i >
215
182
</ a >
216
-
217
183
</ nav >
218
184
219
185
</ div >
220
186
221
-
222
187
223
-
224
188
225
-
226
189
227
-
228
190
< script type ="text/javascript ">
229
191
window . playground_copyable = true ;
230
192
</ script >
231
-
232
193
233
-
234
194
235
-
236
195
< script src ="elasticlunr.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
237
196
< script src ="mark.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
238
197
< script src ="searcher.js " type ="text/javascript " charset ="utf-8 "> </ script >
239
-
240
198
241
199
< script src ="clipboard.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
242
200
< script src ="highlight.js " type ="text/javascript " charset ="utf-8 "> </ script >
243
201
< script src ="book.js " type ="text/javascript " charset ="utf-8 "> </ script >
244
202
245
203
<!-- Custom JS scripts -->
246
-
247
204
< script type ="text/javascript " src ="ferris.js "> </ script >
248
-
249
205
250
-
251
206
252
207
</ body >
253
208
</ html >
0 commit comments