Learning Rust

Welcome to my collection of resources for those learning the
Rust programming language. The advice in
these pages is typically suitable for those with at least a beginning
familiarity of Rust — for example, those who have worked through
The Book — but … Read more

Similar

A half hour to learn Rust

In order to increase fluency in a programming language, one has to read a lot of it. But how can you read a lot of it if you don't know what it means? In this article, instead o... (more…)

Read more »

Replacing Elasticsearch with Rust and SQLite

Caveat: Elasticsearch is a multi-purpose, distributed, battle-tested, schema-free, log and document storage engine. We’ll be replacing it with a single-purpose, relational schema, me-tested, and custom nginx access log storage engine. Knowing that, let’s ... (more…)

Read more »