Home New Trending Search
About Privacy Terms
#
#rustweek
Posts tagged #rustweek on Bluesky
Post image

** Workshop announcement ** Learn (more) Rust at RustWeek 2026!
Workshop: Writing Better Rust: Fully Using The Type System
Trainer: Matthias Endler

Details & tickets: 2026.rustweek.org/workshops/wr...

See you in Utrecht 18-23 May, 2026!

#rustweek #rustlang

1 0 0 0

The RustWeek line-up has been published!

Thank you so much to everyone who submitted! The proposals, including the ones we had to reject, were on another level this year. I'm so stoked to see all these talks!

#rust #rustlang #rustweek

6 1 0 0
Post image

** Workshop announcement ** Learn (more) Rust at RustWeek 2026!
Workshop: Embedded Development With Rust on Zephyr
Trainer: David Brown

Details & tickets: 2026.rustweek.org/workshops/ru...

See you in Utrecht 18-23 May, 2026!

#rustweek #rustlang

0 0 0 0
Post image

** Workshop announcement ** Learn (more) Rust at RustWeek 2026!
Workshop: Crafting errors like rustc
Trainers: Esteban Kuber, Jana Dönszelmann

Details & tickets: 2026.rustweek.org/workshops/ru...

See you in Utrecht 18-23 May, 2026!

#rustweek #rustlang

5 1 0 0
Post image

** Workshop announcement ** Learn (more) Rust at RustWeek 2026!
Workshop: Integrate Rust into existing (embedded) C applications
Trainer: Christian Meusel

Details & tickets: 2026.rustweek.org/workshops/in...

See you in Utrecht 18-23 May, 2026!

#rustweek #rustlang

1 0 0 0
Post image

** Workshop announcement ** Learn (more) Rust at RustWeek 2026!
Workshop: How to learn hard things
Trainer: Jynn Nelson

Details & tickets: 2026.rustweek.org/workshops/ha...

See you in Utrecht 18-23 May, 2026!

#rustweek #rustlang

6 2 0 0
Post image

** Workshop announcement ** Learn (more) Rust at RustWeek 2026!
Workshop: Empowered by the Ecosystem: Learning Embedded Rust with uFerris
Trainer: Omar Hiari

Details & tickets: buff.ly/Kvw8dIt

See you in Utrecht 18-23 May, 2026!

@theembeddedrust.bsky.social

#rustweek #rustlang

1 1 0 1
Post image

** Workshop announcement ** Learn (more) Rust at RustWeek 2026!
Workshop: Building Web applications with Diesel
Trainer: Georg Semmler

Details & tickets: 2026.rustweek.org/workshops/di...

See you in Utrecht 18-23 May, 2026!

#rustweek #rustlang

6 1 0 0
Image shows the workshop title, a photo of the trainer and the RustWeek logo.

Image shows the workshop title, a photo of the trainer and the RustWeek logo.

** Workshop announcement ** Learn (more) Rust at RustWeek 2026!
Workshop: Bevy in Action: Build, Polish, and Deploy a Match‑Three Game
Trainers: @alice-i-cecile.bsky.social, François Mockers

Details & tickets: buff.ly/L0j329W

See you in Utrecht 18-23 May, 2026!

#rustweek #rustlang

9 2 0 0

Looking forward to #rustweek and the workshops there!

I picked the 'writing better errors' workshop with @jana and @ekuber :3

:neocat_happy:

Looking forward to learning more about that!

#rust

0 1 0 0
A whole pile of pin buttons with the rust logo on top of the progress pride flag.

A whole pile of pin buttons with the rust logo on top of the progress pride flag.

If you want a Rust button and a discount code for RustWeek, come find me at FOSDEM this weekend!

I now have bright pink hair, so should be easy to find :)

#rustlang #rustweek #fosdem

63 10 1 1

You can submit talks for RustWeek a bit longer! Send us your proposals for talks about Rust!

#rust #rustlang #rustweek

1 0 0 0

Hey! You're too fast! We haven't announced that yet! Oh well... Go on, get your early bird tickets then!

#rustweek #rust #rustlang

1 0 1 0
A round dinner table with six matching plates and bowls, each in a different color of the rainbow. In the middle is a pot of (bell pepper) soup and a big lasagne dish.

A round dinner table with six matching plates and bowls, each in a different color of the rainbow. In the middle is a pot of (bell pepper) soup and a big lasagne dish.

A round dinner table with six plates in the colors of the rainbow with lasagne on them.

A round dinner table with six plates in the colors of the rainbow with lasagne on them.

Eight glasses filled with six layers of yoghurt in the colors of the rainbow, topped off with a stroopwafel. On top, letters made out of powdered sugar spell out RustWeek.

Eight glasses filled with six layers of yoghurt in the colors of the rainbow, topped off with a stroopwafel. On top, letters made out of powdered sugar spell out RustWeek.

Earlier this week, we as #RustWeek organizers came together for a dinner party to celebrate the success of RustWeek 2025 and make the first plans for 2026!

What would you like to see at #RustWeek2026? What should we keep the same and what should we change?✨

Excited to see you all again next year.💛

45 5 3 0
The Rust Vision Doc and You - Niko Matsakis et al.
The Rust Vision Doc and You - Niko Matsakis et al. Over the last few months the Rust Vision Doc project group has been conducting interviews of folks using Rust, Rust project maintainers, and global Rust inte...

The Rust Vision Doc and You
by Niko Matsakis, Jack Huey, and Tim McNamara at RustWeek 2025!
youtu.be/8vz_pg-eI4I

@nikomatsakis.com‬
@timclicks.dev‬

#rustlang #RustWeek

8 1 0 0
What it'll take to eradicate unintended breakage from Rust - Predrag Gruevski
What it'll take to eradicate unintended breakage from Rust - Predrag Gruevski Unintentional breakage sucks for everyone involved. It’s a sociotechnical problem, and we need to do better on both the “socio” and the “technical” parts. Se...

What it'll take to eradicate unintended breakage from Rust
by Predrag Gruevski at RustWeek 2025!
youtu.be/bUN54ByMp3U

@predr.ag‬

#rustlang #RustWeek

3 1 0 0
The State of Const Generics - Boxy UwU
The State of Const Generics - Boxy UwU A minimum subset of const generics was stabilized in 2021 with a significant number of limitations. While not much has changed stabley for const generics sin...

The State of Const Generics
by Boxy UwU at RustWeek 2025!
youtu.be/Bmmm3mYPmUM

#rustlang #RustWeek

6 1 0 0
Adding Pattern Types to the Type System - Oli Scherer
Adding Pattern Types to the Type System - Oli Scherer Representing pattern types in the type system in a coherent way has a lot of interesting parts that no other types have had so far. I’ll talk about the lower...

Adding Pattern Types to the Type System
by Oli Scherer at RustWeek 2025!
youtu.be/ftHJwTDPfzI

#rustlang #RustWeek

6 0 0 0
MiniRust: A core language for specifying Rust - Ralf Jung
MiniRust: A core language for specifying Rust - Ralf Jung Real-world programming languages often suffer from notorious under-specification. This is a particularly bad problem for languages that make heavy use of Und...

MiniRust: A core language for specifying Rust
by Ralf Jung at RustWeek 2025!
youtu.be/yoeuW_dSe0o

#rustlang #RustWeek

10 2 0 0
Performance: We're In This Together - Ed Page
Performance: We're In This Together - Ed Page For Rust to be as fast as people need, we need to look beyond “how fast is rustc”. I’ll step through an end-user focused framing of performance, things we le...

Performance: We're In This Together
by Ed Page at RustWeek 2025!
youtu.be/-jy4HaNEJCo

#rustlang #RustWeek

3 0 0 0
From Simple to PubGrub: The Evolution of Cargo's Resolver - Jacob Finkelman
From Simple to PubGrub: The Evolution of Cargo's Resolver - Jacob Finkelman Cargo’s 10 year journey from basic dependency handling to its upcoming PubGrub-based resolver, reflects the growing complexity of the Rust ecosystem. We’ll s...

From Simple to PubGrub: The Evolution of Cargo's Resolver
by Jacob Finkelman at RustWeek 2025!
youtu.be/LGXx5Bqcgq8

#rustlang #RustWeek

3 0 0 0
Contributing to the Rust compiler with little to no code - Antonio Piraino
Contributing to the Rust compiler with little to no code - Antonio Piraino A brief overview of the less visible work happening in the Compiler Team. And why the one doing it can be you!You can find Antonio on GitHub: https://github....

Contributing to the Rust compiler with little to no code
by Antonio Piraino at RustWeek 2025!
youtu.be/-3KKeeZkYog

#rustlang #RustWeek

2 0 0 0
(Almost) Everything You Should Know About The Compiler Frontend - Michael Goulet aka compiler-errors
(Almost) Everything You Should Know About The Compiler Frontend - Michael Goulet aka compiler-errors Rustc’s frontend has various stages, phases, contexts and IRs, with the code going through transformations and acquiring invariants that build up to ensure t...

(Almost) Everything You Should Know About The Compiler Frontend
by Michael Goulet, aka compiler-errors, at RustWeek 2025!
youtu.be/aFG5KtpEynk

‪@errs.io‬

#rustlang #RustWeek

6 1 0 0
Really Small Rust - Cliff L. Biffle
Really Small Rust - Cliff L. Biffle We all know Rust scales up, but what kind of resources do you need for Rust firmware in low-end embedded systems?How about a couple of kilobytes in a US$0.50...

Really Small Rust
by Cliff L. Biffle at RustWeek 2025!
youtu.be/NKsPEZzA4XM

#rustlang #RustWeek

10 2 0 0
Codegen your problems away - device-driver toolkit - Dion Dokter
Codegen your problems away - device-driver toolkit - Dion Dokter Are you having to choose between writing your device driver quickly or writing it well?Fear not! With the device-driver toolkit all this is solved with a bit...

Codegen your problems away - device-driver toolkit
by Dion Dokter at RustWeek 2025!
youtu.be/xt1vcL5rF1c

@diondokter.nl‬

#rustlang #RustWeek

4 1 0 0
Rewriting Vim in Rust: Lessons Learned - Conrad Irwin
Rewriting Vim in Rust: Lessons Learned - Conrad Irwin How many Vim shortcuts do you know? What’s the most obscure? What’s the most useful?I’ll share a few of the forgotten corners of Vim, the features I didn’t k...

Rewriting Vim in Rust: Lessons Learned
by Conrad Irwin at RustWeek 2025!
youtu.be/5z9Dbuw6EXA

#rustlang #RustWeek

1 0 0 0
SAT for Rustaceans - Tim de Jager
SAT for Rustaceans - Tim de Jager We open-sourced a SAT solver, Resolvo, for our package manager. In this talk we’ll take you on a journey where we show you how we made this performant, ergon...

SAT for Rustaceans
by Tim de Jager at RustWeek 2025!
youtu.be/4GJe-JK6_Jw

#rustlang #RustWeek

3 0 0 0
Inching ever closer to the Rust standard library with gccrs - Arthur Cohen & Pierre Emmanuel Patry
Inching ever closer to the Rust standard library with gccrs - Arthur Cohen & Pierre Emmanuel Patry Gccrs, an alternative compiler for Rust, has had the goal of compiling the extremely complex std crate for a few years now. Reaching that milestone will prov...

Inching ever closer to the Rust standard library with gccrs
by Arthur Cohen & Pierre Emmanuel Patry at RustWeek 2025!
youtu.be/lvWsRUdYueY

#rustlang #RustWeek

2 0 0 0
Ariel OS - An Open Source Embedded Rust OS - Emmanuel Baccelli & Koen Zandberg
Ariel OS - An Open Source Embedded Rust OS - Emmanuel Baccelli & Koen Zandberg The Rust Embedded ecosystem is alive & kicking, but trails the C world regarding integration. Enter Ariel OS, integrating the best of Rust on microcontroller...

Ariel OS - An Open Source Embedded Rust OS
by Emmanuel Baccelli & Koen Zandberg at RustWeek 2025!
youtu.be/eT_r8WCPIwA

#rustlang #RustWeek

2 0 0 0
Re-inventing trait objects - Waffle
Re-inventing trait objects - Waffle Trait objects are everywhere in Rust, but do you know how they actually work? Join me as I re-invent trait objects from first principles, explain their inner...

Re-inventing trait objects
by Waffle at RustWeek 2025!
youtu.be/pNA-XAIrDTk

#rustlang #RustWeek

8 2 0 0