As Rust projects grow, managing private crates becomes a real headache. Teams struggle with inconsistent versioning, fragile dependencies, and cumbersome workflows that slow down development. In this talk, I’ll walk through how these challenges can be solved with Rust and CrabHub.

As Rust projects grow, managing private crates becomes a real headache. Teams struggle with inconsistent versioning, fragile dependencies, and cumbersome workflows that slow down development. In this talk, I’ll walk through how these challenges can be solved with Rust and CrabHub, a secure, Rust-native private crate registry. You’ll see how CrabHub enforces SemVer compliance, integrates seamlessly with Cargo, and leverages VCS for storage and access control. From identifying pain points to designing a scalable, Kubernetes-native architecture, I’ll show how Rust teams can manage private packages efficiently, safely, and at scale, all while keeping a smooth developer experience.
I'll initiate you in the art of 'CAN bus sniffing': Connecting to the central nervous system of a modern car, interpreting the data, and seeing what we can build as enthousiastic amateurs.
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.
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.
In this talk, we’ll re-create the core ideas of Karpathy’s micrograd, but entirely in Rust.
I’ll share what the Rust job market really looks like in 2025 — where companies are hiring, which skills stand out, and how the recruitment process actually works behind the scenes.
In my session, I want to present hotpath and channels-console libraries and explain how they compare to other profiling tools available.