#command-line #command-line-tool #search #line-search #string-search #book #grep

bin+lib daveparr_minigrep

A simple command line tool to search for a string in a file based on 'The Rust Programming Language' book

1 unstable release

0.1.0 Feb 5, 2024

#1664 in Text processing

MIT license

6KB
96 lines

daveparr_minigrep

A simple implementation of the grep command-line tool in Rust, as described in the book The Rust Programming Language.


lib.rs:

daveparr_minigrep

daveparr_minigrep is a simple command line program that searches for a string in a file. It is based on the example in "The Rust Book".

No runtime deps