ホーム / ニュース / JetBrains Academy for Organizationsのアップデート
JetBrains Academy for Organizationsのアップデート
Rustでプログラミングする方法を教える新しいコースを追加
2月 22, 2023
新バージョン
機能
Added a new course: Learn Rust.
The Learn Rust course assumes that you have a working knowledge of some programming language. Rather than offering an introduction to programming, it teaches you to program in Rust specifically, and as such skips most of the basic topics commonly found in programming courses. Following the structure of The Rust Programming Language, the course contains the following sections:
Introduction.
Common Programming Concepts.
Understanding Ownership.
Structs, Methods, Enums, and Pattern Matching.
Modules.
Common Collections.
Error Handling.
Generic Types, Traits, and Lifetime.
Writing Automated Tests.
Standard Library Types.
Fearless Concurrency.
Macros.
Learn Rust contains 331 steps in total, including 210 theory steps and 121 problem steps. Each course step comes in the form of a Cargo package, making it possible to showcase and learn not only basic features of the Rust language, but also modules, crates, macros, package-level tests, external dependencies, etc.