# Grep command line tool in Rust This is a command line tool similar to grep written in rust. It was created to learn the Rust language and it's toolchain. The first parameter to the tool should be the query string and the second parameter the file of the path to search in. An environment variable called IGNORE_CASE can be set if the user wants to ignore case while making the search