Latest posts

  • 20th December 2025

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.

Read more 
  • 12th December 2025

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.

Read more 
  • 7th September 2025

Let's understand what is Blanket Implementation in Rust

In this post, i will try to explain what blanket implementation means in Rust

Read more 
  • 7th September 2025

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.

Read more