Shylexx / minigrep-rs

Minigrep Command Line Application from the Rust Book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minigrep

Minigrep Command Line Program made using the Rust Programming Language book as an exercise
Passing query and then a filepath to search will find and print all lines containing the search query
Setting the IGNORE_CASE environment variable to 1 will search case insensitive.

About

Minigrep Command Line Application from the Rust Book

License:MIT License


Languages

Language:Rust 100.0%