rust Featured Exploring domain problems cheaply and fast with Rust: a web router In this issue we're going to look at some domain modeling by example, using types and traits to help us understand what is and how to implement a Web Router.
macros Featured How I make HashSets with zero boilerplate If you've ever read a Rust tutorial you've probably seen how easy it is to make vectors of things with the `vec![]` macro. But why don't sets have one?
rust Featured impl HelloWorld {} It's been maybe 6 years since I've written my first line of Rust, and in this time I've learned quite a few things about it. In fact, my last startup was built on it, and we built an entire ecosystem-agnostic distributed, incremental build system