#mini-grep #query #search #cookbook

bin+lib thifl-minigrep

The minigrep project from the Rust cookbook

1 unstable release

0.1.0 May 30, 2021

#6 in #cookbook

MIT/Apache

5KB
94 lines

Minigrep

Minigrep is an introductory mini project in order to learn to use Rust. It takes a query and a file and search for the suery within the file.

More to come


lib.rs:

#Minigrep

minigrep is a a mini project with the goal of reproducting the behaviour of the grep command

No runtime deps