Iterating on Testing in Rust

With the release of rust 1.70, there was
some surprise and frustation
that
unstable test features now require nightly,
like all other unstable features in Rust.
One of the features most affected is –format json which has been in
limbo for 5 years.
This d… Read more

Similar

Using Rust for a simple hardware project

In this post we'll cover new hardware additions to tonari and some of the work and research that went into powering that hardware. We're big fans of the Rust programming language but before this project we hadn't ever used it for embedded hardware. We'll ... (more…)

Read more »