Skip to content

Context

Today we’ll be learning Rust to create a simple CLI app and understand the following

  1. Variables, loops, fns, structs
  2. Ownership, borrowing, heap vs stack
  3. structs
  4. enums, pattern matching
  5. package management
  6. mutability
  7. generics, trait bounds
  8. Options, Errors