All Articles
meta-programming
Nov 17, 2025
Declarative Macros in Rust
Some notes from Claude about declarative macros in Rust
Read More
crusty.rustacean
generic-types
Nov 16, 2025
Understanding Generics in Rust: When and Why to Use Them
A quick take on generic types in Rust, with a simple example
Read More
crusty.rustacean
mattias-endler
Nov 15, 2025
Spotlight: Building Up and Sanding Down
A great piece about two philosophies in software development, but Rust luminary Matthias Endler
Read More
crusty.rustacean
programming
Nov 12, 2025
Spotlight: Thoughts on Error Handling
Sabrina Jewson has a really terrific take on error handling.
Read More
crusty.rustacean
programming
Nov 12, 2025
Spotlight: How Shrivu Shankar Uses Every Claude Code Feature
Want to know how others use Claude Code to it's maximum? Here's one person's take.
Read More
crusty.rustacean
rust
Nov 11, 2025
Today I Learned: Web Server with Rama
A quick introduction to building a web server with the Rama modular framework.
Read More
crusty.rustacean
trait-objects
Nov 09, 2025
Today I Learned: Trait Objects for Error Handling
A short lesson in using a trait object to ease error handling
Read More
crusty.rustacean
programming
Nov 04, 2025
Diary of a Broken Brain: Git Notes
How to get yourself off the ground with Git, the famous version control system
Read More
crusty.rustacean
problem-solving
Nov 02, 2025
Seven Questions to Unlock Your Stuck Brain
I'm notoriously bad at problem solving, I jump to LLMs far to quickly. How can I stop it?
Read More
crusty.rustacean
rust
Oct 31, 2025
Understanding Rust Build Scripts: Why Does `build.rs` Exist?
An introduction to build scripts in Rust development
Read More
crusty.rustacean