Luca Palmieri @lpalmieri.com & Amos Wenger @fasterthanli.me challenged us with the trickiest corners of Rust — fun, fast, and delightfully unfair.
#RustLab2025 #RustLang
Luca Palmieri @lpalmieri.com & Amos Wenger @fasterthanli.me challenged us with the trickiest corners of Rust — fun, fast, and delightfully unfair.
#RustLab2025 #RustLang
@francois.mock.rs shares practical strategies to speed up iteration — from faster linkers to sccache and shared targets.
⚡ Strategies to Speed Up Build Iteration (or Dynamic Hot Reloading?)
#rustlang #rustlab2025
@francois.mock.rs shares practical strategies to speed up iteration — from faster linkers to sccache and shared targets.
⚡ Strategies to Speed Up Build Iteration (or Dynamic Hot Reloading?)
#rustlang #rustlab2025
Raphael Amorim takes us under the hood of terminal emulators — PTYs, ANSI codes, input handling, rendering and more.
🔧 Terminals Are Just Text? Think Again
#rustlang #rustlab2025
Raphael Amorim takes us under the hood of terminal emulators — PTYs, ANSI codes, input handling, rendering and more.
🔧 Terminals Are Just Text? Think Again
#rustlang #rustlab2025
Marco Ieni gave us a look inside the systems, challenges, and plans that keep the Rust project running strong.
#RustLab2025 #RustLang @ieni.dev
Marco Ieni gave us a look inside the systems, challenges, and plans that keep the Rust project running strong.
#RustLab2025 #RustLang @ieni.dev
@arighi.bsky.social explores how to combine Rust and machine learning to experiment with AI-powered CPU schedulers.
🧠 Exploring AI-Powered Kernel Schedulers with Rust
#rustlang #rustlab2025
@arighi.bsky.social explores how to combine Rust and machine learning to experiment with AI-powered CPU schedulers.
🧠 Exploring AI-Powered Kernel Schedulers with Rust
#rustlang #rustlab2025
Thanks to Luca Palmieri for an insightful tour of dependency injection design patterns and trade-offs in Rust.
#RustLab2025 @lpalmieri.com
Thanks to Luca Palmieri for an insightful tour of dependency injection design patterns and trade-offs in Rust.
#RustLab2025 @lpalmieri.com
🕹️ @rustunit.com shows how Entity-Component-System libraries can make Rust feel like "easy mode"—thanks to cache-friendly performance and simpler data sharing semantics. Perfect for gamedevs and curious minds.
#rustlang #rustlab2025
🕹️ @rustunit.com shows how Entity-Component-System libraries can make Rust feel like "easy mode"—thanks to cache-friendly performance and simpler data sharing semantics. Perfect for gamedevs and curious minds.
#rustlang #rustlab2025
🦀 RustLab wrapped up after three incredible days full of learning and connections. ⚡
🤎 Thank you to everyone who joined us!
🗓️ Mark your calendars: see you in Bologna, November 2026! ✨
#RustLab2025 #RustLang
🦀 RustLab wrapped up after three incredible days full of learning and connections. ⚡
🤎 Thank you to everyone who joined us!
🗓️ Mark your calendars: see you in Bologna, November 2026! ✨
#RustLab2025 #RustLang
Thanks to Stephan Dilly for making ECS approachable — blending cache-friendliness with simple data semantics.
#RustLab2025 @rustunit.com
Thanks to Stephan Dilly for making ECS approachable — blending cache-friendliness with simple data semantics.
#RustLab2025 @rustunit.com
Andrea Righi shows how intelligent scheduling can reshape OS performance and decision-making.
🕟 4:30 PM · 📍 Main Hall
#RustLab2025 #RustLang @arighi.bsky.social
Andrea Righi shows how intelligent scheduling can reshape OS performance and decision-making.
🕟 4:30 PM · 📍 Main Hall
#RustLab2025 #RustLang @arighi.bsky.social
Vitaly Bragilevsky took us through DWARF, LLDB, and beyond — making sense of what really happens at runtime.
#RustLab2025 #RustLang @bravit.bsky.social
Vitaly Bragilevsky took us through DWARF, LLDB, and beyond — making sense of what really happens at runtime.
#RustLab2025 #RustLang @bravit.bsky.social
Luca Palmieri guided us through bridging Python and Rust — rewriting only the “hot paths” for massive speedups.
#RustLab2025 #RustLang
@lpalmieri.com
Luca Palmieri guided us through bridging Python and Rust — rewriting only the “hot paths” for massive speedups.
#RustLab2025 #RustLang
@lpalmieri.com
Luca Palmieri reviews 10 years of design exploration — from Axum to Pavex — in “Dependency Injection in Rust: a Design Review.”
🕓 4:00 PM · 📍 Deep Ocean
#RustLab2025 #RustLang @lpalmieri.com
Luca Palmieri reviews 10 years of design exploration — from Axum to Pavex — in “Dependency Injection in Rust: a Design Review.”
🕓 4:00 PM · 📍 Deep Ocean
#RustLab2025 #RustLang @lpalmieri.com
@lpalmieri.com shows how to speed up critical parts with Rust, no rewrite needed. Interop done right.
🛠️ Rust-Python Interoperability Workshop
#rustlang #rustlab2025
@lpalmieri.com shows how to speed up critical parts with Rust, no rewrite needed. Interop done right.
🛠️ Rust-Python Interoperability Workshop
#rustlang #rustlab2025
👨💻 @andreabergia.com walks us through building a toy language in Rust, complete with parsing, AST, IR, SSA, and backend compilation.
A perfect dive into how languages work.
#rustlang #rustlab2025
👨💻 @andreabergia.com walks us through building a toy language in Rust, complete with parsing, AST, IR, SSA, and backend compilation.
A perfect dive into how languages work.
#rustlang #rustlab2025
Caroline Morton explores how safe, auditable tools in Rust are powering open, reliable research — for the public good.
🧬 Rust for Good: Systems Programming in Science and Public Health
#rustlang #rustlab2025
Caroline Morton explores how safe, auditable tools in Rust are powering open, reliable research — for the public good.
🧬 Rust for Good: Systems Programming in Science and Public Health
#rustlang #rustlab2025
Learn to program a line follower robot in async no_std Rust — with a realistic physics sim and all its quirks.
🤖 Programming a Line Follower Robot Workshop
#rustlang #rustlab2025
Learn to program a line follower robot in async no_std Rust — with a realistic physics sim and all its quirks.
🤖 Programming a Line Follower Robot Workshop
#rustlang #rustlab2025
@bravit.bsky.social breaks it down — from DWARF to RustRover — and shows how to make the most of modern Rust debuggers.
🔍 Demystifying Rust Debugging
#rustlang #rustlab2025
@bravit.bsky.social breaks it down — from DWARF to RustRover — and shows how to make the most of modern Rust debuggers.
🔍 Demystifying Rust Debugging
#rustlang #rustlab2025
Tomorrow #RustLab2025 kicks off three days of pure Rust magic!
Double-check your schedule, charge your devices, and get ready to be inspired. 🤩
See you all tomorrow, can't wait! 🦀 ✨
👉 rustlab.it
#RustLang
Tomorrow #RustLab2025 kicks off three days of pure Rust magic!
Double-check your schedule, charge your devices, and get ready to be inspired. 🤩
See you all tomorrow, can't wait! 🦀 ✨
👉 rustlab.it
#RustLang
Thanks to Tommaso Allevi for walking us through building a custom allocator and tracking memory the Rust way.
#RustLab2025 @allevo.bsky.social
Thanks to Tommaso Allevi for walking us through building a custom allocator and tracking memory the Rust way.
#RustLab2025 @allevo.bsky.social
Christian Visintin showed us how to rethink async Rust, balance complexity, and even reuse code across APIs.
#RustLab2025 #RustLang
Christian Visintin showed us how to rethink async Rust, balance complexity, and even reuse code across APIs.
#RustLab2025 #RustLang
Thanks to Andrea Righi for exploring how AI-driven logic and Rust can make kernel scheduling more intelligent.
#RustLab2025 @arighi.bsky.social
Thanks to Andrea Righi for exploring how AI-driven logic and Rust can make kernel scheduling more intelligent.
#RustLab2025 @arighi.bsky.social
Thanks to François Mockers for diving into build optimization and hot reloading tricks to supercharge iteration speed.
#RustLab2025 @francois.mock.rs
Thanks to François Mockers for diving into build optimization and hot reloading tricks to supercharge iteration speed.
#RustLab2025 @francois.mock.rs
Join @lpalmieri.com for “Rust-Python interoperability” — learn how to identify hot spots and turn them into blazing-fast Rust modules!
🕘 9:15
📍 Workshop Room #3
#RustLab2025 #RustLang
Join @lpalmieri.com for “Rust-Python interoperability” — learn how to identify hot spots and turn them into blazing-fast Rust modules!
🕘 9:15
📍 Workshop Room #3
#RustLab2025 #RustLang
Thanks to everyone for making this coffee break so lively! 😍 ☕
Who’s ready to dive back into the Rusty action? 🚀
#RustLab2025 #RustLang
Thanks to everyone for making this coffee break so lively! 😍 ☕
Who’s ready to dive back into the Rusty action? 🚀
#RustLab2025 #RustLang