1 unstable release
| 0.1.0 | May 30, 2021 |
|---|
#6 in #cookbook
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