#learn #grep #toolchain #command-line-tool #created #was #language

bin+lib minigrep_learn

This is a command line tool similar to grep written in rust. It was created to learn the Rust language and it's toolchain.

1 unstable release

0.1.0 Jul 3, 2023

#44 in #created

MIT license

5KB
92 lines

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

No runtime deps