#applications #mini-grep #text-search #console #book

bin+lib minigrep_crate

A simple grep like console application

1 unstable release

0.1.0 Oct 30, 2022

#54 in #text-search

21 downloads per month

MIT license

5KB
92 lines

Mini grep Console application

Search text within files

Built with rust


example

Run the following command in your terminal

cargo run -- frog poem.txt 
Result
How public, like a frog

The application expects two arguments

  1. The text to search for
  2. The path to the file that is being search

This repository is a code along project to chapter 10 of the The rust programming language book

No runtime deps