Skip to content

Baby's first Rust CLI project. Basic implementation of grep. Written in about 100 SLOC.

Notifications You must be signed in to change notification settings

anistarafdar/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep

Coding project from Chapter 12 of the The Rust Programming Language book.

Usage

Compile and run as so

minigrep QUERY FILENAME
  • QUERY being the pattern to search for
  • FILENAME being the source to search in

Further information

Check out ripgrep for a more robust pattern searcher written in Rust, as mentioned in the book.

💸🦀💸

agaagaggaagaggaa

About

Baby's first Rust CLI project. Basic implementation of grep. Written in about 100 SLOC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages