All #eurorust24 videos are now online! Just like rewatching your favorite movie, there’s always something new to catch! Explore different topics you may have missed the first time, and enjoy them at your own pace. Watch them all ➡️ https://lnkd.in/dUH_s9EY #rustlang #rustconference
EuroRust
IT-Dienstleistungen und IT-Beratung
München, Bayern 1.619 Follower:innen
EuroRust is a 2-day conference for the European Rust community, covering all things Rust. 9.+10.10.2025 – Paris & online
Info
We cover all things Rust: from Rust patterns and idioms to systems programming and CLI tooling, servers WASM, and embedded systems. EuroRust is organized by Mainmatter and is part of the RustFest family of events. 🗓 The next edition of EuroRust is happening on October 12th-13th.
- Website
-
https://eurorust.eu
Externer Link zu EuroRust
- Branche
- IT-Dienstleistungen und IT-Beratung
- Größe
- 2–10 Beschäftigte
- Hauptsitz
- München, Bayern
- Art
- Privatunternehmen
- Gegründet
- 2022
- Spezialgebiete
- Rust, Rustlang, Conference, Rust Security und Rust Ecosystem
Orte
-
Primär
Hans-Sachs-Str. 12
München, Bayern 80469, DE
Beschäftigte von EuroRust
Updates
-
🦀 What makes uv, the ultra-fast Python package manager written in Rust, so powerful? 🌩️ In the closing talk at #eurorust24, Charlie Marsh , founder of Astral, explored how uv is transforming Python tooling with Rust – from architecture to real-world optimizations. Discover the future of Python packaging and the lessons learned along the way! Watch the full talk here ➡️ https://lnkd.in/dW42a2-a #rustlang
Building an extremely fast Python package manager, in Rust - Charlie Marsh | EuroRust 2024
https://www.youtube.com/
-
Macros are notoriously hard to decipher for IDE’s. How does Rust Analyzer handle them? 🤔 Lukas Wirth from Ferrous Systems GmbH shares insights on how rust-analyzer enables features like completions and search, despite macro challenges. Perfect for Rustaceans diving into tooling! Catch the talk ➡️ https://lnkd.in/dCY5SPfF #eurorust24 #rustlang
Powerful Macros, Good IDE Support, No Headaches. Choose Two - Lukas Wirth | EuroRust 2024
https://www.youtube.com/
-
Curious about bridging Rust with C++? 🦀 Björn Wieczoreck from GiGa infosystems GmbH explores a streamlined approach to generate C++ APIs directly from Rust using procedural macros, Rustdoc, and Serde. Simplify cross-language FFI and boost efficiency! Catch the talk ➡️ https://lnkd.in/d97ChG4T #eurorust24 #rustlang
Generating ergonomic C++ APIs using Rustdoc, procedural macros, and Serde - Björn Wieczoreck
https://www.youtube.com/
-
Rust is fast, but I/O is slow. How does it work and how do we do I/O efficiently? New #eurorust24 video is live! Learn how Rust handles I/O at the device and OS levels, plus tips to optimize async I/O using io_uring on Linux! Join Vitaly Bragilevsky from JetBrains for this essential talk. Watch video ➡️ https://lnkd.in/dsUPF_nE #eurorust24 #rustlang
I/O in Rust: the whole story - Vitaly Bragilevsky
https://www.youtube.com/
-
Hey Rustaceans! 🦀 Dive into advanced networking with Elfo! Nikita Lapkov from Prisma walks through building custom protocols with compression & TCP-inspired flow control, all in #RustLang. Discover how to scale distributed systems with ease! Watch video ➡️ https://lnkd.in/dPpfmEKC #eurorust24 #rustlang
Fast and efficient network protocols in Rust - Nikita Lapkov | EuroRust 2024
https://www.youtube.com/
-
Want to dive into the core of Windows? 🦀 Explore crafting Windows kernel drivers with Rust in this deep-dive by Matthias Heiden. From rootkits to antivirus tools, unlock the power and safety Rust brings to kernel programming! Watch now ➡️ https://lnkd.in/dHi8yisq #rustlang #eurorust24 #windowskernel
Windows Kernel Programming with Rust - Matthias Heiden | EuroRust 2024
https://www.youtube.com/
-
Discover a new era for terminal UIs with Ratatui.rs! 🖥️ Orhun Parmaksız presents how you can create efficient, visually appealing text-based UIs using Rust. If you’re passionate about terminal productivity, this talk is for you! Watch here ➡️ https://lnkd.in/dvThNxvn #rustlang #eurorust24 #ratatui
Renaissance of Terminal User Interfaces with Rust - Orhun Parmaksız | EuroRust 2024
https://www.youtube.com/
-
Rustaceans, dive deep into SD card drivers with Jonathan Pallant at #eurorust24! 🦀 Using #rustlang, we'll explore how to leverage embedded-hal for SPI bus communication, architect an SD card driver, and apply Rust types to simplify command and response handling. See how we layer abstractions from blocks to the FAT filesystem and run it on embedded hardware. Full talk ➡️ https://lnkd.in/dUNnGHud
Writing a SD Card driver in Rust - Jonathan Pallant | EuroRust 2024
https://www.youtube.com/
-
Check out Boxy Uwu's talk from #eurorust24, now on YouTube! 🦀 Boxy, a member of the Rust type system team, and the lead of the const generics group, breaks down how to manage unsafe code in large Rust codebases, sharing strategies to maintain safety while harnessing the power of unsafe functionality. Check out Boxy’s other work ➡️ https://github.com/BoxyUwU Don't miss out—watch the recorded talk here 👉 https://lnkd.in/dDHQuyW9 #rustlang #Bevy #safety
Non-binary Rust: Between Safe and Unsafe - Boxy Uwu | EuroRust 2024
https://www.youtube.com/