This talk puts popular Rust rewrites to the test. We'll examine how these tools stack up against their battle-tested predecessors, looking at real-world performance, compilation times, binary sizes, feature completeness, and ecosystem maturity.


The Rust ecosystem loves to claim tools are 🚀 blazingly fast 🚀, and the "Rewrite It In Rust" movement has given us alternatives to everything from CLI utilities to web servers. But are these replacements actually faster? Or is the RIIR movement more about memory safety theater than real performance gains?
This talk puts popular Rust rewrites to the test. We'll examine how these tools stack up against their battle-tested predecessors, looking at real-world performance, compilation times, binary sizes, feature completeness, and ecosystem maturity. Some Rust tools genuinely deliver on their promises—but others might be solving problems that don't exist. Whether you're a RIIR evangelist or a skeptic, you'll walk away with data-driven insights into when Rust replacements make sense and when the original is still the better choice. Expect honest assessments, performance comparisons, and maybe fewer rocket emojis.
This technical talk examines the most prevalent pain points facing Rust web developers today and explores how the community is addressing them.
We’ll take a deep dive into Rust channels — from synchronous channels to asynchronous channels — to explore how message passing enables reliable concurrent programming.
This case study explores how Rust enables a single project to power embedded devices, high-performance client-side web simulators for training, and scientific workflows in Python.
This session we will delve into the sometimes murky world of procedural macros - showing some of the great tooling available for understanding the code generated, such as cargo expand, and the key building blocks we will need for writing our own.