Build a command-line search tool. Applies concepts from modules on error handling, ownership, and iterators. Based on TRPL Chapter 12.
Based on The Rust Programming Language, Chapter 12
Content coming soon. This project will guide you through building a command-line search tool called minigrep that searches for a string pattern within a file, reinforcing concepts from previous modules including error handling, traits, lifetimes, and testing.