Types over Strings: Extensible Architectures in Rust

I show how to implement event listeners and dependency injection using Rust’s type system to avoid common errors in stringly-typed versions of these extensible architectures. 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 of focusing on one or two concepts, I'll try to go through as many Rust snippet... (more…)

Read more »