44 <!-- Book generated using mdBook -->
55 < meta charset ="UTF-8 ">
66 < title > 付録 - The Rust Programming Language 日本語版</ title >
7-
8-
97
108
119 <!-- Custom HTML head -->
1210
13-
14-
1511 < meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
1612 < meta name ="description " content ="">
1713 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
1814 < meta name ="theme-color " content ="#ffffff " />
1915
20-
2116 < link rel ="icon " href ="favicon.svg ">
22-
23-
2417 < link rel ="shortcut icon " href ="favicon.png ">
25-
2618 < link rel ="stylesheet " href ="css/variables.css ">
2719 < link rel ="stylesheet " href ="css/general.css ">
2820 < link rel ="stylesheet " href ="css/chrome.css ">
29-
3021 < link rel ="stylesheet " href ="css/print.css " media ="print ">
31-
3222
3323 <!-- Fonts -->
3424 < link rel ="stylesheet " href ="FontAwesome/css/font-awesome.css ">
35-
3625 < link rel ="stylesheet " href ="fonts/fonts.css ">
37-
3826
3927 <!-- Highlight.js Stylesheets -->
4028 < link rel ="stylesheet " href ="highlight.css ">
4129 < link rel ="stylesheet " href ="tomorrow-night.css ">
4230 < link rel ="stylesheet " href ="ayu-highlight.css ">
4331
4432 <!-- Custom theme stylesheets -->
45-
4633 < link rel ="stylesheet " href ="ferris.css ">
47-
4834 < link rel ="stylesheet " href ="theme/2018-edition.css ">
49-
5035 < link rel ="stylesheet " href ="theme/em-to-bold.css ">
51-
5236
53-
5437 </ head >
5538 < body >
5639 <!-- Provide site root to javascript -->
10992 < div id ="page-wrapper " class ="page-wrapper ">
11093
11194 < div class ="page ">
112-
113- < div id ="menu-bar-hover-placeholder "> </ div >
95+ < div id ="menu-bar-hover-placeholder "> </ div >
11496 < div id ="menu-bar " class ="menu-bar sticky bordered ">
11597 < div class ="left-buttons ">
11698 < button id ="sidebar-toggle " class ="icon-button " type ="button " title ="Toggle Table of Contents " aria-label ="Toggle Table of Contents " aria-controls ="sidebar ">
126108 < li role ="none "> < button role ="menuitem " class ="theme " id ="navy "> Navy</ button > </ li >
127109 < li role ="none "> < button role ="menuitem " class ="theme " id ="ayu "> Ayu</ button > </ li >
128110 </ ul >
129-
130111 < 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 ">
131112 < i class ="fa fa-search "> </ i >
132113 </ button >
133-
134114 </ div >
135115
136116 < h1 class ="menu-title "> The Rust Programming Language 日本語版</ h1 >
137117
138118 < div class ="right-buttons ">
139-
140119 < a href ="print.html " title ="Print this book " aria-label ="Print this book ">
141120 < i id ="print-button " class ="fa fa-print "> </ i >
142121 </ a >
143-
144-
145-
146122
147123 </ div >
148124 </ div >
149125
150-
151126 < div id ="search-wrapper " class ="hidden ">
152127 < form id ="searchbar-outer " class ="searchbar-outer ">
153128 < 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>
158133 </ ul >
159134 </ div >
160135 </ div >
161-
162136
163137 <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
164138 < script type ="text/javascript ">
@@ -185,69 +159,50 @@ <h1 id="付録"><a class="header" href="#付録">付録</a></h1>
185159
186160 < nav class ="nav-wrapper " aria-label ="Page navigation ">
187161 <!-- Mobile navigation buttons -->
188-
189162 < 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 ">
190163 < i class ="fa fa-angle-left "> </ i >
191164 </ a >
192-
193165
194-
195166 < a rel ="next " href ="appendix-01-keywords.html " class ="mobile-nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
196167 < i class ="fa fa-angle-right "> </ i >
197168 </ a >
198-
199169
200170 < div style ="clear: both "> </ div >
201171 </ nav >
202172 </ div >
203173 </ div >
204174
205175 < nav class ="nav-wide-wrapper " aria-label ="Page navigation ">
206-
207176 < 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 ">
208177 < i class ="fa fa-angle-left "> </ i >
209178 </ a >
210-
211179
212-
213180 < a rel ="next " href ="appendix-01-keywords.html " class ="nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
214181 < i class ="fa fa-angle-right "> </ i >
215182 </ a >
216-
217183 </ nav >
218184
219185 </ div >
220186
221-
222187
223-
224188
225-
226189
227-
228190 < script type ="text/javascript ">
229191 window . playground_copyable = true ;
230192 </ script >
231-
232193
233-
234194
235-
236195 < script src ="elasticlunr.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
237196 < script src ="mark.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
238197 < script src ="searcher.js " type ="text/javascript " charset ="utf-8 "> </ script >
239-
240198
241199 < script src ="clipboard.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
242200 < script src ="highlight.js " type ="text/javascript " charset ="utf-8 "> </ script >
243201 < script src ="book.js " type ="text/javascript " charset ="utf-8 "> </ script >
244202
245203 <!-- Custom JS scripts -->
246-
247204 < script type ="text/javascript " src ="ferris.js "> </ script >
248-
249205
250-
251206
252207 </ body >
253208</ html >
0 commit comments