Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang-ja/atcoder-rust-base
A Cargo package template for AtCoder competitions / AtCoder競技向けのCargoパッケージテンプレート
https://github.com/rust-lang-ja/atcoder-rust-base
Last synced: 12 days ago
JSON representation
A Cargo package template for AtCoder competitions / AtCoder競技向けのCargoパッケージテンプレート
- Host: GitHub
- URL: https://github.com/rust-lang-ja/atcoder-rust-base
- Owner: rust-lang-ja
- License: mit
- Created: 2019-06-28T13:15:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T05:21:10.000Z (over 1 year ago)
- Last Synced: 2024-08-01T17:38:13.965Z (3 months ago)
- Size: 411 KB
- Stars: 85
- Watchers: 7
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AtCoder Rust Base
このリポジトリには[AtCoder][atcoder]コンテスト(競技プログラミング)にRustで参加するためのCargoパッケージテンプレートが用意されています。
パッケージは[cargo-generate][cargo-generate-crate]で作成します。[atcoder]: https://atcoder.jp
[cargo-generate-crate]: https://crates.io/crates/cargo-generate## 用意されているテンプレート
以下のテンプレートが用意されています。
| 名前 | Rustバージョン | 内容 |
|:-- |:--:|:-- |
| [ja][ja-branch] | 1.42.0 | 標準的な内容のテンプレートに日本語のソースコードコメントを付けたもの。 |
| [ja-all-enabled][ja-all-enabled-branch] | 1.42.0 | 39個のクレートをすべて有効化したテンプレート。クレートの使用例が`exmaples`ディレクトリ下にある。 |使いかたについては、テンプレートの名前をクリックして表示されたREADMEを参照してください。
If you want a template with English source code comments, please request it to us by filing [a GitHub issue][gh-issue].
[ja-branch]: https://github.com/rust-lang-ja/atcoder-rust-base/tree/ja
[ja-all-enabled-branch]: https://github.com/rust-lang-ja/atcoder-rust-base/tree/ja-all-enabled
[gh-issue]: https://github.com/rust-lang-ja/atcoder-rust-base/issues## ライセンス / License
本リポジトリの内容は **MITライセンス** のもとで公開されています。
詳しくは[LICENSE][license-file]ファイルを参照してください。[license-file]: ./LICENSE