Topic
Embassy
The State of Rust for Embedded Development in Mid-2026
A survey of where Rust stands for embedded and edge development in mid-2026, from bare-metal async on microcontrollers to services on embedded Linux, including the toolchain, the safety-certification story, the wireless gaps, and measurements from this blog's own boards.
An Async Wi-Fi Web Server on the ESP32-C3 with Embassy and no_std Rust
This guide explains how Embassy ties an ESP32-C3 Wi-Fi web server together. It assumes you are comfortable with basic Rust (ownership, traits, match) but new to embedded async.