Skip to content

Commit c38bede

Browse files
committed
ci: generate pages at e18f45e [ci skip]
1 parent e18f45e commit c38bede

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

docs/atcoder-env/index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,17 @@ <h2><a class="header" href="#rustツールチェインやクレートの内容
157157
<li>Rust 1.35.0</li>
158158
<li>インストールするクレート:<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/Crates-2019">このページ</a>を参照</li>
159159
</ul>
160-
<p>ユーザプログラム(選手が提出したプログラム)がクレートを使用しない場合、インストールしたクレートはユーザプログラムの実行ファイルになんの影響も与えません。
161-
したがって素のRust環境を別途用意する必要はありません。</p>
160+
<h2><a class="header" href="#素のrust設定について" id="素のrust設定について">素のRust設定について</a></h2>
161+
<p><a href="https://docs.google.com/spreadsheets/d/1PmsqufkF3wjKN6g1L0STS80yP4a6u-VdGiEv5uOHe0M/edit">AtCoder 2019/7 Language Updateのスプレッドシート</a>では、従来のようにクレートがインストールされていない「素のRust環境」の併設を望む声もあるようです。</p>
162+
<p>本章の内容に従って環境をセットアップした場合に、ユーザプログラム(選手が提出したプログラム)が従来のようにクレートを使用しないなら、インストールしたクレートはないものと同じになります。
163+
使用しないクレートはユーザプログラムの実行ファイルになんら影響も与えません。
164+
素のRust環境を別途用意する必要はなさそうに思えます。</p>
165+
<p>もしそれでも心配という声があるようなら、素のRust環境を別途用意することも可能です。
166+
その場合は以下の環境変数の値を変える(または<code>unset</code>する)ことで、本章でセットアップする環境と、素のRust環境を切り替えることができます。</p>
167+
<table><thead><tr><th align="left">環境変数</th><th align="left">本章でセットアップする環境(クレートを使用できる環境)を使用する場合</th><th align="left">素のRust環境を使用する場合</th></tr></thead><tbody>
168+
<tr><td align="left"><code>RUSTUP_HOME</code></td><td align="left"><code>/usr/local/lib/rust/rustup</code></td><td align="left"><code>rustup</code>をデフォルトの場所にインストールしたのなら<code>unset RUSTUP_HOME</code></td></tr>
169+
<tr><td align="left"><code>CARGO_HOME</code></td><td align="left"><code>/usr/local/lib/rust/cargo</code></td><td align="left"><code>cargo</code>をデフォルトの場所にインストールしたのなら<code>unset CARGO_HOME</code></td></tr>
170+
</tbody></table>
162171
<h2><a class="header" href="#内容についてのお問い合わせなど" id="内容についてのお問い合わせなど">内容についてのお問い合わせなど</a></h2>
163172
<p>内容について質問などがありましたら、<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/issues">GitHub Issue</a>などでご連絡ください。</p>
164173
<p>なお本章のMarkdownソースファイルはGitHub <a href="https://github.com/rust-lang-ja/atcoder-rust-resources">rust-lang-ja/atcoder-rust-resources</a>にあります。</p>

docs/print.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,17 @@ <h2><a class="header" href="#rustツールチェインやクレートの内容
237237
<li>Rust 1.35.0</li>
238238
<li>インストールするクレート:<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/Crates-2019">このページ</a>を参照</li>
239239
</ul>
240-
<p>ユーザプログラム(選手が提出したプログラム)がクレートを使用しない場合、インストールしたクレートはユーザプログラムの実行ファイルになんの影響も与えません。
241-
したがって素のRust環境を別途用意する必要はありません。</p>
240+
<h2><a class="header" href="#素のrust設定について" id="素のrust設定について">素のRust設定について</a></h2>
241+
<p><a href="https://docs.google.com/spreadsheets/d/1PmsqufkF3wjKN6g1L0STS80yP4a6u-VdGiEv5uOHe0M/edit">AtCoder 2019/7 Language Updateのスプレッドシート</a>では、従来のようにクレートがインストールされていない「素のRust環境」の併設を望む声もあるようです。</p>
242+
<p>本章の内容に従って環境をセットアップした場合に、ユーザプログラム(選手が提出したプログラム)が従来のようにクレートを使用しないなら、インストールしたクレートはないものと同じになります。
243+
使用しないクレートはユーザプログラムの実行ファイルになんら影響も与えません。
244+
素のRust環境を別途用意する必要はなさそうに思えます。</p>
245+
<p>もしそれでも心配という声があるようなら、素のRust環境を別途用意することも可能です。
246+
その場合は以下の環境変数の値を変える(または<code>unset</code>する)ことで、本章でセットアップする環境と、素のRust環境を切り替えることができます。</p>
247+
<table><thead><tr><th align="left">環境変数</th><th align="left">本章でセットアップする環境(クレートを使用できる環境)を使用する場合</th><th align="left">素のRust環境を使用する場合</th></tr></thead><tbody>
248+
<tr><td align="left"><code>RUSTUP_HOME</code></td><td align="left"><code>/usr/local/lib/rust/rustup</code></td><td align="left"><code>rustup</code>をデフォルトの場所にインストールしたのなら<code>unset RUSTUP_HOME</code></td></tr>
249+
<tr><td align="left"><code>CARGO_HOME</code></td><td align="left"><code>/usr/local/lib/rust/cargo</code></td><td align="left"><code>cargo</code>をデフォルトの場所にインストールしたのなら<code>unset CARGO_HOME</code></td></tr>
250+
</tbody></table>
242251
<h2><a class="header" href="#内容についてのお問い合わせなど" id="内容についてのお問い合わせなど">内容についてのお問い合わせなど</a></h2>
243252
<p>内容について質問などがありましたら、<a href="https://github.com/rust-lang-ja/atcoder-rust-resources/issues">GitHub Issue</a>などでご連絡ください。</p>
244253
<p>なお本章のMarkdownソースファイルはGitHub <a href="https://github.com/rust-lang-ja/atcoder-rust-resources">rust-lang-ja/atcoder-rust-resources</a>にあります。</p>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy