no_std training This repository contains Training Material for learning to use Embedded Rust with no_std with the Espressif ESP32-C3. We suggest you start by reading the book. Contents Some introductory level examples: A basic hello-world (Source) A panic example(Source) A blinky example(Source) A button example(Source) A button with interrupt example(Source) An HTTP client example(Source)