Crash Reporting in Rust

In this post I’ll be talking about recent work I and others have done to make crash handling and reporting in Rust a (fairly) straightforward procedure by introducing several new crates that can be used in conjunction with each other, or with other crates… Read more

Similar

Rust on ESP32

I recently got my hands on an ESP32 microcontroller for hacking purpose and successfully ran Rust code on it 🦀 Installing the tools First, you need to download and install the prebuilt binaries of the Rust and LLVM compiler forks by Espressif or follow y... (more…)

Read more »