Discover how Cargo extensions can revolutionize your Rust development workflow in this insightful talk.
Discover how Cargo extensions can revolutionize your Rust development workflow in this insightful talk. We'll explore a diverse range of tools and plugins that integrate seamlessly with Cargo, enhancing everything from project management and dependency handling to testing and deployment. Whether you're aiming to streamline your processes, experiment with new functionalities, or simply get more out of Rust's powerful ecosystem, this presentation will equip you with the knowledge and inspiration to take your projects to the next level.
In this lightning talk, we take a look at ArcShift, a lock-free data structure for shared data that still needs to be mutated.
After spending many happy years in Scala, not mutating anything but copying objects faster than rabbits breed I ventured into the world where each allocation is carefully examined and it is perfectly normal to reuse the same list for different purposes.
I'd like to share what we've learned in the last 2 years, when building Iggy.rs message streaming infrastructure from the ground up.
In this talk, we will discuss how you can use Durable Execution to harden your applications in a few key areas: workflows, asynchronous tasks, microservice orchestration, and event processing.
In this lightning talk, we will explore the reasons why Icedragon was created, what makes it unique, and how you can use it to provide portable builds for your projects.
This talk dives into common anti-patterns, offering practical tips to sidestep frustration. Whether you're new to Rust or leveling up, you’ll leave with insights to write clean, idiomatic, and maintainable code—without the tears.