In my session, I will present the https://hotpath.rs crate and explain how it compares to other profiling tools available.

In my session, I will present the https://hotpath.rs crate and explain how it compares to other profiling tools available. I will also showcase AI-powered Rust debugging session using hotpath MCP interface. Talk will be practical, with live-coding examples, and describing nontrivial Rust performance optimizations.
The talk explores how Rust’s type system and memory safety can be leveraged to enforce mandatory guardrails at the infrastructure level, where traditional frameworks often fall short.
This talk explains how Rust debugging actually works: how compiler-generated debuginfo (DWARF/PDB) maps binaries back to source, and how LLDB/GDB interpret that data in practice.

What if we took Rust... on-chain? 🦀
We’ll take a deep dive into Rust channels — from synchronous channels to asynchronous channels — to explore how message passing enables reliable concurrent programming.