egghead.io course notes

Intro to Rust with Pascal Precht

Episode Summary

Taylor interviews Pascal about what the programming language Rust is and why he is teaching this course.

Episode Notes

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.