Superteam Poland is bringing the Rust and Solana communities together for a night of sharp talks, insights, and a hands-on look at Rust running on-chain.
​The team from the Solana ecosystem will show you what building on-chain actually looks like and why it’s one of the most exciting frontiers for the language right now.
​🦀 See Rust in a completely new environment
​⛓️ Learn how Solana is built and why Rust is at its core
​🤝 Meet builders from both worlds
​Whether you're deep in Rust or just curious what the blockchain fuss is about, this is the place to find out.
‍
‍
​📍 Venue: Rotunda, Warsaw
​📅 Date: March 18 (the day before Rustikon)
​⏰ Time: 4:30 PM - 8:30 PM
‍
​17:00 - 17:30 I Michał Wojtas (Superteam Poland)
17:30 - 18:00 I Wojciech Kargul (Rust Poland)
18:00 - 18:30 I Michał R (Anza)
​18:30- 19:00 | Vitor Py (Darklake)
19:00 - 20:30 I Networking & as always... 🍕 & 🍹 FOR EVERYONE!
‍
‍
In 2024, I added the `Option::as_slice` and `Option::as_mut_slice` methods to libcore. This talk is about what motivated the addition, and looks into the no less than 4 different implementations that made up the methods. It also shows that even without a deep understanding of all compiler internals, it is possible to add changes both to the compiler and standard library.
The talk explores how Rust’s type system and memory safety can be leveraged to enforce mandatory guardrails at the infrastructure level, where traditional frameworks often fall short.
This talk explores what it means to write scientific software that lives up to the standards we expect of science itself.
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.
In my session, I will present the https://hotpath.rs crate and explain how it compares to other profiling tools available.
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.