Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 373 Bytes

OUTLINE.md

File metadata and controls

12 lines (10 loc) · 373 Bytes

Outline

This is the temporary outline for the course. It can be deleted once the course is finished.

  1. What is Rust?
  2. Rust is a systems programming language (what is a "systems programming language"?)
  3. Fast, Memory-Safe and Concurrent
  4. What does it look like?
  5. Code example
  6. Structs and Traits
  7. Option & Result
  8. A look at the cool things: Send+Sync