Practical Rust
Sign in Subscribe
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.
27 Aug 2023 11 min read
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?
24 Aug 2023 5 min read
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
23 Aug 2023 2 min read
Page 1 of 1
Practical Rust © 2025
  • Practical OCaml
  • Practical ReScript
  • Abstract Machines
  • @leostera
Powered by Ghost