1 unstable release
0.1.0 | Feb 5, 2024 |
---|
#24 in #line-search
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".