
Rust in Production Holiday Episode
28 snips
Dec 25, 2025 The hosts reflect on Rust's remarkable growth, highlighting its adoption by both large companies and small teams. They share success stories showcasing Rust’s reliability in production environments, while discussing its impact in the automotive industry. The community's welcoming attitude towards new contributors is praised, emphasizing personal growth through shared learning. The conversation addresses Rust’s strengths, criticisms, and ongoing ecosystem improvements, concluding with a look at Rust’s future roadmap and upcoming community events.
AI Snips
Chapters
Transcript
Episode notes
Old Code Isn't Static
- Legacy C/C++ codebases continuously change and accumulate bugs despite longevity.
- Rewriting in place isn't a myth; most long-lived projects see frequent edits and bug reports.
Coreutils Replacement Example
- Canonical shipped GNU coreutils replacements in Rust and collaborated with the podcast host on that story.
- Matthias invited interesting Rust projects to reach out for potential adoption in distributions.
Rust Scales On Android
- Google's Android integration of Rust lowered memory vulnerabilities under 20% and reduced rollbacks fourfold.
- Safer code led to faster, cheaper delivery at global scale across billions of devices.
