151-byte static Linux binary in Rust

Part of the sales pitch for Rust is that it’s “as bare metal as C”. 1 Rust can do anything C can do, run anywhere C can run, 2 with code… Read more

Similar

Rust for Java Devs

I’d like to take a change for this blog and leave the more bleeding edge topics to focus on perhaps one of the most important things one can do in the Rust community: teaching new Rust developers. I’ve been thinking about how best to approach teaching Rus... (more…)

Read more »

The Problem of Effects in Rust

In a previous post, I shortly discussed the concept of “effects” and the parallels between them. In an unrelated post since then, Yosh Wuyts writes about the problem of trying to write fallible code inside of an iterator adapter that doesn’t support it. I... (more…)

Read more »