This is the temporary outline for the course. It can be deleted once the course is finished.
- What is Rust?
- Rust is a systems programming language (what is a "systems programming language"?)
- Fast, Memory-Safe and Concurrent
- What does it look like?
- Code example
- Structs and Traits
- Option & Result
- A look at the cool things: Send+Sync