Overview
Explore the integration of Rust build scripts with existing build infrastructure in this 19-minute Linux Foundation conference talk. Delve into Rust's memory safety features and learn how they can enhance project stability. Discover the challenges posed by Cargo, Rust's package manager, and uncover solutions through build scripts. Gain insights into leveraging environment variables, working with GResource, and utilizing the CC crate for seamless integration. Understand how Rust code can be effectively incorporated into established development workflows, bridging the gap between traditional and modern build systems.
Syllabus
Intro
Background
Recap
What is Rust
Memory Safety
Example
Rust Saves the Day
Atomicity
Mutex
Cargo
The Problem with Cargo
Build Scripts
Environment Variables
GResource
CC Crate
Rust Code
Outro
Taught by
Linux Foundation