Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the intricacies of unsafe Rust and the Miri tool in this 55-minute conference talk by Ralf Jung. Delve into the concept of memory safety in Rust and understand why programmers sometimes need to use "unsafe" code. Learn key terms such as "undefined behavior" and "soundness," and discover systematic approaches to writing safer unsafe code. Watch a demonstration of how to use Miri to detect hard-to-find bugs in unsafe code. The talk covers common misconceptions about unsafe code, provides examples of undefined behavior, and includes a Q&A session. Gain valuable insights into advanced Rust programming techniques and tools to enhance your code's safety and reliability.
Syllabus
Introduction
Rust is a memory-safe language
Common misconceptions with unsafe code
Examples of Undefined Behavior
Questions
Taught by
Rust