LoginSignup
6
5

More than 3 years have passed since last update.

Rust入門に役に立つサイト・本

Last updated at Posted at 2019-11-04

The Rust Programming Language

定番。
特に4章の「Understanding Ownership」は読むべき。
日本語訳も。

rustlings

コンパイルエラーが起きるサンプルコードを修正して、コンパイルが通るようにする学習用のソース。コンパイルエラーを自分で読みながらコンパイルが通るようにすることにより、コンパイルエラーの原因が少しずつわかるようになった。

Hands-On Data Structures and Algorithms with Rust

Rustでの基本的なデータ構造とアルゴリズムを実装する書籍。実際の例に従って説明が進んで行くのがいい。

New Rustacean

Podcast。RustのニュースやたまにRust開発者へのインタビューなど。

Rust container cheat sheet

Rustのコンテナのチートシート。図が分かりやすい。

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5