My Experience Testing Hardware Using Rust

Learn how I test the nRF9160 Feather using Rust based tester and Rust centric CLI. Read more

Similar

Speeding up the Rust edit-build-run cycle

There are two main aspects to compile times that matter to developers. Cold build times, when building from scratch and warm build times when you’ve already built and you’re rebuilding following an edit. This article focuses on warm build times, which for... (more…)

Read more »