minigrep_learn

Crates.iominigrep_learn
lib.rsminigrep_learn
version0.1.0
sourcesrc
created_at2023-07-03 03:01:10.990524
updated_at2023-07-03 03:01:10.990524
descriptionThis is a command line tool similar to grep written in rust. It was created to learn the Rust language and it's toolchain.
homepagehttps://github.com/gauravagerwala/minigrep.git
repositoryhttps://github.com/gauravagerwala/minigrep.git
max_upload_size
id906582
size4,798
Gaurav Agerwala (gauravagerwala)

documentation

README

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

Commit count: 5

cargo fmt