No description
- Rust 100%
| gec | ||
| jem | ||
| zwa | ||
| .gitignore | ||
| Cargo.toml | ||
| important-references.md | ||
| important-tools.md | ||
| LICENSE | ||
| README.md | ||
| session-2025-02-28.md | ||
| session-2025-03-14.md | ||
| session-2025-04-11.md | ||
| session-2025-05-09.md | ||
| session-2025-06-06.md | ||
| session-2025-07-04.md | ||
| session-2025-07-25.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
09.05. 15:00
- Managing Growing Projects with Packages, Crates, and Modules
- Common Collections
06.06. 15:00
- Error Handling
- Generic Types, Traits, and Lifetimes
- Writing Automated Tests
04.07. 15:00
- An I/O Project: Building a Command Line Program
- Functional Language Features: Iterators and Closures
25.07. 15:00
- More about Cargo and Crates.io
- Smart Pointers
22.08. 15:00
12.09. 15:00
- Characteristics of Object-Oriented Languages
- Patterns and Matching