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.
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.