#mini-grep #line #search #text #word #command-line #file-search

bin+lib charless_minigrep

A program for searching for phrases in a text and printing the lines containing it

1 unstable release

0.1.0 Jul 16, 2024

#1551 in Text processing

26 downloads per month

MIT license

6KB
90 lines

This is the library crate of the minigrep project, a command line program intended to read in a file and search for a word in the text, where the first command line argument is the word to query, and the second word is the name of the text file, with the file extension ".txt" included.

No runtime deps