Skip to content

Commit f77312e

Browse files
committed
Add links to the templates to the README
1 parent 036260f commit f77312e

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,34 @@
22

33
# AtCoder Rust Base
44

5-
A Cargo package template for AtCoder competitions / AtCoder競技向けのCargoパッケージテンプレート
5+
このリポジトリは[AtCoder][atcoder]コンテスト(競技プログラミング)にRustで参加するためのCargoパッケージテンプレートです。
6+
パッケージの作成は[cargo-generate][cargo-generate-crate]で行います。
7+
8+
[atcoder]: https://atcoder.jp
9+
[cargo-generate-crate]: https://crates.io/crates/cargo-generate
10+
11+
12+
## 用意されているテンプレート
13+
14+
以下のテンプレートが用意されています。
15+
16+
| 名前 | Rustバージョン | 内容 |
17+
|:-- |:--:|:-- |
18+
| [ja][ja-branch] | 1.35.0 | 標準的な内容のテンプレートに日本語のソースコードコメントを付けたもの。注意:2019年言語アップデート後の環境向け。Rust 1.15.1の環境では使用できない |
19+
| [vendor-ja][vendor-ja-branch] | 1.35.0 | jaをベースに、依存するクレートのソースコードを`vendor`ディレクトリ配下に展開したもの。AtCoderの運営者が環境構築に使用できる。注意:Rust 1.15.1の環境では使用できない |
20+
21+
使いかたについては、テンプレートの名前をクリックして表示されたREADMEを参照してください。
22+
23+
If you want a template with English source code comments, please request it to us by filing [a GitHub issue][gh-issue].
24+
25+
[ja-branch]: ./tree/ja
26+
[vendor-ja-branch]: ./tree/vendor-ja
27+
[gh-issue]: ./issues
28+
29+
30+
## ライセンス / License
31+
32+
本リポジトリの内容は **MITライセンス** のもとで公開されています。
33+
詳しくは[LICENSE][license-file]ファイルを参照してください。
34+
35+
[license-file]: ./blob/master/LICENSE

0 commit comments

Comments
 (0)