File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 7
7
- Rustツールチェインやクレート(外部ライブラリ)をジャッジサーバへインストールする手順
8
8
- 提出されたプログラムのコンパイルおよび実行手順
9
9
10
- 本章のMarkdownソースファイルはGitHub [ rust-lang-ja/atcoder-rust-resources] [ gh ] にあります。
10
+
11
+ ## Rustツールチェインやクレートの内容など
12
+
13
+ - Rust 1.35.0
14
+ - インストールするクレート:[ このページ] [ crates-2019 ] を参照
15
+
16
+ ユーザプログラム(選手が提出したプログラム)がクレートを使用しない場合、インストールしたクレートはユーザプログラムの実行ファイルになんの影響も与えません。
17
+ 素のRust環境を別途用意する必要はありません
18
+
19
+ [ crates-2019 ] : https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/Crates-2019
20
+
21
+
22
+ ## 内容についてのお問い合わせなど
23
+
11
24
内容について質問などがありましたら、[ GitHub Issue] [ gh-issue ] などでご連絡ください。
12
25
13
- [ gh ] : https://github.com/rust-lang-ja/atcoder-rust-resources
26
+ なお本章のMarkdownソースファイルはGitHub [ rust-lang-ja/atcoder-rust-resources] [ gh ] にあります。
27
+
14
28
[ gh-issue ] : https://github.com/rust-lang-ja/atcoder-rust-resources/issues
29
+ [ gh ] : https://github.com/rust-lang-ja/atcoder-rust-resources
Original file line number Diff line number Diff line change 22
22
23
23
** AtCoder運営者様へのお願い**
24
24
25
- 対象クレートの一覧は[ このページ] ( crates-2019 ) にあります。
25
+ 対象クレートの一覧は[ このページ] [ crates-2019 ] にあります。
26
26
ジャッジサーバで使用して問題ない内容か、インストール前にレビューをお願いいたします。
27
27
28
28
質問や要望などがありましたら、[ GitHub Issue] [ gh-issue ] などでご連絡ください。
You can’t perform that action at this time.
0 commit comments