Skip to content

romispectrum/rust-minigrep-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust-mini-grep

Rust mini grep project from the book "The Rust Programming Language"

Run

To run the project, use the following command (macOS):

Case sensitive search

IS_CASE_SENSITIVE=1 cargo run -- to data.txt > output.txt

Case insensitive search

cargo run -- to data.txt > output.txt

About

An I/O Project: Building a Command Line Program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages