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 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.
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.
This talk explores lessons learned while building a CRDT library with JSON semantics, aimed at application developers.
In this lightning talk, we take a look at ArcShift, a lock-free data structure for shared data that still needs to be mutated.