Published a YouTube video
Learned rust
  • the Result<T, E> enum for handling errors
  • scoping rules
  • ownership
  • move semantics
  • talked briefly about .clone via the Copy trait