Conference Schedule
Explore the Rust Nation UK 2025 Schedule Now!
Ensuring Rust Safety: Strategies for Managing Unsafe Rust
TBC
The Future of Rust Web Applications
Web development has coalesced around a handful of JavaScript frameworks that make it possible to render an application to HTML on the server, then ...
Show moreParallel Programming in Rust: Techniques for Blazing Speed
Rust developers are well-acquainted with fearless concurrency, which is helpful for efficient servers and I/O-bound applications. However, there's ano...
Show moreAutomating Rust Releases with Release-plz
Releasing a new version of a Rust crate is tedious and error-prone, just like most IT manual tasks. For every package you want to release, you need to...
Show moreRust project goals 2024: Stabilizing Rust in the Linux Kernel
In 2024, Rust decided to make Rust in the Linux Kernel one of the three flagship goals of the Rust project. It is now 2025 and we’ve reached the concl...
Show moreBuilding Software Extensions in Rust using WebAssembly Components
This talk will present how Rust’s lack of a standard Application Binary Interface (ABI) can be solved. The lack of a standard ABI in Rust means that t...
Show moreCrate security in 2025
2024 shone an even brighter spotlight on the issue of supply chain security. Understanding the dependencies that we build on top of is crucial when bu...
Show moreFast & Fun: building web apps with Rust, WASM, and Leptos in the Full-Stack Era
Dive into this interactive tutorial and create blazing-fast web user interfaces with Rust, WebAssembly, and the Leptos framework! You’ll build a full-...
Show moreTechniques learned from five years finding the way for Rust in Python
Realising the full potential for Rust/Python interop is an always-evolving research adventure. I'll share some favourite things I've learned while con...
Show moreRust in Space! How Rust is Powering Next-Generation Space Mission Simulators
Learn about Ephemerista, a next-generation, open-source space mission simulator funded by the European Space Agency. In this talk, Rustaceans will di...
Show moreDigital Decluttering
Gartner stated that by 2030, synthetic data will completely overshadow real data in AI models. But how about other applications? Synthetic data can ...
Show moreFunctional Programming For The Working Rustacean
In this talk, we explore the intersection of functional programming and Rust, providing a practical perspective for everyday Rustaceans. We begin by d...
Show moreHow Rust helped us building and deploying Moshi, a state-of-the-art speech model.
This session will take you through the development of Moshi, the first open-source speech-to-speech model, highlighting the crucial role Rust played i...
Show moreABI Resilience
Is ABI merely an artifact of implementation in native programming languages or should it be considered part of their design? Some programming language...
Show moreGraviola: fast, high-assurance cryptography for Rust
In this talk I will introduce you to 'Graviola', which is a new cryptography crate for Rust. Graviola heavily reuses formally verified assembly from t...
Show moreFrom Electron to bare metal GUIs in no easy steps
The embedded touchscreen hardware in this talk sits in the twilight zone between a microprocessor (like a raspberri pi, laptop, pc or smartphone) a...
Show more