TechlabMake useful things
By Xinyu Bao
July 29, 2025
I developed a CLI tool called you — a command-line interface that generates and executes shell scripts from natural language input. This tool addresses a common developer frustration: forgetting terminal commands and having to switch windows to search documentation.
Tags: Rust, CLI, Programming, AI, Learning
July 16, 2025
Learn how to develop Rust procedural macros through a practical example of automating data extraction, featuring insights on macro design patterns and leveraging AI for complex development tasks.
Tags: Rust, Macros, Programming, AI, Learning