Rust

Rust the second programming language I really started looking into. What I really love about it its the tooling around it, just think about how the compiler guides you into solving most of the problems in your code. Its amazing!


Posts tagged Rust

    Measuring Cpu usage with rust Embassy

    Jul 14, 2024 Tags: Rust

    I really love the Rust embassy embedded framework. One thing I felt missing, however, was an example of how to measure the cpu usage. In this blog post I am gonna show you how you can add this feature to your embassy project.