Microsoft’s Introduction to Rust Video Course

Rust has been ranked as one of the most loved languages by developers. In this series, you will learn the fundamentals of Rust development. We’ll start by do… Read more

Similar

Rust from a JavaScript Perspective

I’ve been having a lot of fun using Rust for writing small tools. My day to day work involves a ton of JavaScript and Rust provides a familiar feeling, so trying out Rust was an easy decision to make. But at the same time, actually doing meaningful work i... (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 »