All posts

#systems-programming

2 posts
rust||2 min read

Building a CLI Tool in Rust

A deep dive into building command-line tools with Rust — from argument parsing with clap to colored output and error handling.

rustclisystems-programming
Read
rust||3 min read

Understanding Rust Error Handling

A practical guide to error handling in Rust — from Result and Option to anyhow and thiserror, with real-world patterns.

rustsystems-programmingpatterns
Read