Async Rust in Embedded Systems with Embassy - Dario Nieuwenhuis

Published at : 23 Dec 2025

Async/await in Rust has a unique design compared to other languages that offers much lower-level control. This makes it surprisingly well suited for use in microcontroller-based embedded systems with no operating system, little memory (down to kilobytes!) and no heap. Embassy is an async runtime that makes that possible: it includes an executor that works on no-std no-alloc targets, and libraries to do async IO directly against the hardware. In this talk we'll explore how this is done, what challenges arise and how Embassy solves them, what makes async on embedded unique compared to a standard async runtime like Tokio, and what improvements could we make to the Rust language itself to make it even better.

Slides: https://github.com/rustnl/meetups/blob/main/20240507-delft/slides/Async%20Rust%20in%20embedded%20systems%20with%20Embassy%20-%20Dario%20Nieuwenhuis.pdf
Follow Dario on:

twitter: https://twitter.com/dirbaio
mastodon: https://hachyderm.io/@dirbaio
github: https://github.com/Dirbaio

This talk was given at RustNL 2024, in Delft, The Netherlands.

Playlist of other talks from RustNL 2024: https://www.youtube.com/playlist?list=PL8Q1w7Ff68DBZZbJt3ie5MUoJV5v2HeA7
Want to come to RustWeek 2025 in-person? go to https://2025.rustnl.org