Tarpaulin – Rust code coverage tool

When people talk about code coverage, they’re referring to metrics which show
how much of their source code is “covered” by their tests. Now covering the code
is of course only the first step, the tests actually have to test the
functionality in a meani… 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 »

Falling in Love with Rust

Let me preface this with an apology: this is a technology love story, and as such, it’s long, rambling, sentimental and personal. Also befitting a love story, it has a When Harry Met Sally feel to it, in that its origins are inauspicious… (more…)

Read more »