fixed-point

  • 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