⌘ / Alt + ←→ to navigate chapters
A Rust CLI tool that reads a .csv file, filters rows based on user-specified criteria, and prints results. This project teaches how to work with tabular data, field access, and the powerful csv crate in Rust.