A cross-platform GUI library for Rust, inspired by Elm - hecrj/iced... (more…)
Read more »
I’ve recently read an article criticizing Rust, and, while it made a bunch of good points, I didn’t enjoy it — it was an easy t... (more…)
Read more »
Rust is a fascinating language filled with novel ideas. However, the tooling around the language is still maturing. The seemingly best… (more…)
Read more »
Rust is a programming language implemented as a set of open source projects. It combines the performance and resource efficiency of systems programming languages like C with the memory safety of languages like Java. Rust started as a research project at M... (more…)
Read more »
This post is a continuation of my posts discussing the topic of associated type constructors (ATC) and higher-kinded types (HKT): The first post focused on i...
Read more »