The Embedded Rust Book

Welcome to The Embedded Rust Book: An introductory book about using the Rust
Programming Language on “Bare Metal” embedded systems, such as Microcontrollers. Read more

Similar

General Availability of the AWS SDK for Rust

We’re excited to announce that the AWS SDK for Rust is now generally available and supported for production use. The AWS SDK for Rust provides an idiomatic, type-safe API, along with the benefits of the Rust language such as performance, reliability, and ... (more…)

Read more »

A Type Safety Hole in Unsafe Rust

There seems to be a widespread belief among Rust programmers that bypassing the borrow checker does not completely compromise type safety. This article attempts to show the converse, that lifetime checks are absolutely essential for type safety, even if ... (more…)

Read more »