Taylor interviews Pascal about what the programming language Rust is and why he is teaching this course.
Rust is an embedded systems programming language that guarantees memory safe code through its compiler and type system.
In this course, you will build your first program in Rust which will introduce you topics like Rust's type system, cargo, user input, functions, and loops.