Join the Rustikon afterparty, collocated with the well known and loved Scalar Conference pre-party!
Let's grab a beer and chat with other Scala and Rust enthusiasts in a fun, casual atmosphere!
The meetup will be held at Centrum Zarządzania Światem starting at 7:00 PM and goes on until late. Other food and drink options will be available.
You’re welcome to join, even if you’re not attending the conference the next day!
The event is organized by SoftwareMill & Iterators.
Choosing Rust is already improving your life as a programmer. But there’s always something we can still improve. So here’s a series of tips to save you time, typing, sanity or all of them.
In this talk, we'll explore reasoning with async Rust. We'll be introduced to its fundamental building blocks, such as `async`, `await`, `join` and `select`, and learn how to predict the behavior of code written with them.
We will explore some ways to make Async Rust programming more enjoyable and more efficient at the same time.
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 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.
In this lightning talk, we take a look at ArcShift, a lock-free data structure for shared data that still needs to be mutated.