No description
jem | ||
.gitignore | ||
Cargo.toml | ||
important-references.md | ||
important-tools.md | ||
LICENSE | ||
README.md | ||
session-2025-02-28.md | ||
session-2025-03-14.md |
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