1 unstable release
0.1.0 | Aug 30, 2023 |
---|
#170 in #mini-grep
5KB
65 lines
raydarar_minigrep
Minigrep is the command line tool that searches for a string in a file and prints the lines that contain the string. This is a simple implementation of the grep command line tool, following the rust book examples.