Published a YouTube video
Learned rust
Added
part 4 of my Learn Rust series
.
We covered:
the Result<T, E> enum for handling errors
scoping rules
ownership
move semantics
talked briefly about .clone via the Copy trait