All posts

#rust

3 posts
githubchallenge||16 min read

I Built a TUI That Makes Rust Code Inspection Feel Like Magic ✨

This is a submission for the GitHub Copilot CLI Challenge The "Why Did I Build This?"...

githubchallengegithubcopilottui
Read
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