640 B
640 B
rust-lesekreis
- https://rust-lang-de.github.io/rustbook-de/
- https://doc.rust-lang.org/book/title-page.html
- Buch mit interaktiven Test-Fragen (quizzes): https://rust-book.cs.brown.edu/ch01-01-installation.html
Termine
- so etwa alle drei Wochen
- Uhrzeit 15:00
- 2 Kapitel pro Session
14.03.
- Getting Started
- Programming a Guessing Game
- Common Programming Concepts
11.04. 15:00
- Understanding Ownership
- Using Structs to Structure Related Data
- Enums and Pattern Matching
09.05. 15:00
- Managing Growing Projects with Packages, Crates, and Modules
- Common Collections