Latest posts
Working with Fixed-Point Numbers in Rust Using the fixed Crate
In this post, we take a quick look at fixed-point numbers and how to use them in Rust. We also briefly explain why they are useful in embedded and other scenarios, with examples using the fixed crate.
Getting started: How to Learn Embedded Rust for Beginners
Want to learn Embedded Rust but not sure where to begin? In this post, I will show you how to get started with Embedded Rust and share tutorials, books, videos, and other useful resources you can learn from.
Let's understand what is Blanket Implementation in Rust
In this post, i will try to explain what blanket implementation means in Rust
Avoiding Breaking Changes with Rust's #[non_exhaustive]
In this post, I will explain how the #[non_exhaustive] attribute helps library authors avoid breaking changes in Rust.
