Skip to content

Angael/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minigrep

A simple grep-like program written in Rust for learning purposes.

Binary usage

./minigrep.exe -i -f poem.txt -q the

Development

Running

cargo run -- --insensitive-case --file poem.txt --query the
or
cargo run -- -i -f poem.txt -q the

Building

To build this app for prod:

cargo build --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages