In my session, I want to present hotpath and channels-console libraries and explain how they compare to other profiling tools available.

Hi. I'm the author of https://github.com/pawurb/hotpath and https://github.com/pawurb/channels-console crates. Hotpath has gained over 1k GitHub stars in just 2 months after the release. I'm currently working on unifying them in a single crate for instrumenting various performance aspects of Rust apps. I'll also be adding the MCP/LLM interface to enable providing all the metrics context for AI-powered debugging sessions. I've implemented similar integration for one of my Ruby projects https://github.com/pawurb/rails-pg-extras-mcp.
In my session, I want to present these libraries and explain how they compare to other profiling tools available. Session will be practical, with live-coding examples, and showcasing some nontrivial performance/memory optimizations.
I have experience delivering tech speeches on LRUG and WRUG (Łódź and Warsaw Ruby user groups).
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 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.
In this talk, we'll explore the current state of AI development in Rust, highlighting key crates, frameworks, and tools. Covering the essentials from ML and NLP to integrating LLMs and agent-based automation.