Abstract
Rust is "A language empowering everyone to build reliable and efficient software." And that is not only true for normal everyday software. But it also empowers you to delve into more niche areas of software development, such as embedded systems. And on the way it opens up new perspectives for you as a developer. No operating system and little memory might seem scary at first, but the compiler has your back! The ecosystem offers great tools, abstractions, and crates which will help you to blink your first LED (The equivalent of "Hello world" in the embedded space).
This talk is for everyone who has already written their first Rust programs, but has not ventured in the area of embedded systems. In this talk you will learn all about how to get started and where to get help when you want it. It will cover the tools that make programming Rust on `no_std` targets fearless and comfortable. I will also bring some hardware, so you can try it out after the talk.