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.
This talk explores lessons learned while building a CRDT library with JSON semantics, aimed at application developers.
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.
Discover how Cargo extensions can revolutionize your Rust development workflow in this insightful talk.