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

bin+lib raydarar_minigrep

A simple grep clone written in Rust

1 unstable release

0.1.0 Aug 30, 2023

#170 in #mini-grep

MIT license

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.

No runtime deps