Skip to content

elihylui/rust-mini-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Grep CLI Application in Rust

This repo contains a small grep CLI app which takes query and filename as parameters and search for the query in the text file from the command line. It can also read the environment variable CASE_INSENSITIVE to make the search case-insensitive. This project follows the instructions in Ch.12 of the Rust Lang Book.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages