Salepage link: At HERE. Archive:
Rust is a language suitable for systems programming, but unlike other low level languages, Rust is “safe,” meaning that the language itself protects against bugs that occur as a result of directly accessing memory.
This safety, along with Rust’s speed, makes it a great fit for teams working on
embedded systems or time-critical tasks, and anyone who wants to learn more about systems programming in general.
The course is a high-level overview of Rust. Topics include:
I hope you join me as we explore the Rust programming language.
Thank you very much.
Introduction
Presentations
Allocations, Structures and more