Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add article (#5993) #6001

Merged
merged 2 commits into from May 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/articles/implementation.md
Expand Up @@ -210,6 +210,7 @@ title: 実装テクニックを学ぶ
### 文法・言語仕様

- [AtCoder言語アップデートでRustの入出力が楽になっていた](https://qiita.com/koji-cw/items/0cce3b075faffe5e50ed) - [AtCoder](https://atcoder.jp/)の言語アップデートに伴って追加された入出力関連の便利なライブラリが紹介されている記事。また、[追加されたライブラリ一覧](https://github.com/rust-lang-ja/atcoder-rust-base/blob/ja-all-enabled/Cargo.toml)も掲載されている。
- [Rust 1.43~1.67 の競プロ的に気になる変更点](https://qiita.com/hossie/items/6dc0c736d8868ea6905d) - [AtCoder](https://atcoder.jp/)の言語アップデート(2023年)を見越して、筆者が競技プログラミングで利用が想定される新機能がまとめられている記事。
- [【競プロ】Python使いがRustを「完全に理解する」までのTips](https://qiita.com/toast-uz/items/0c2a1a30cf2c79d76a3f) - PythonユーザがRustでコードを書くときのTipsがまとめられている記事。

### アルゴリズム・データ構造の活用による高速化
Expand Down