Rust is blazingly fast - until you're trying to understand why your own code isn’t. In this post, I'll present a new way to profile Rust applications. hotpath is a recently released Rust crate that allows to quickly spot processing time and memory allocation bottlenecks. I'll describe the design decisions behind the project, explain how to integrate it into the GitHub dev workflow, and present plans for future development.