Crate minigrep_lswarss

Crate minigrep_lswarss 

Source
Expand description

§minigrep_lswarss

minigrep_lswarss is a very small part of Unix/Linux tool grep made with Rust for learning purpose while reading and studying the Rust Book

Structs§

Config

Functions§

run
search
Searches through the contents for given query (with case sensitivity) and returns the lines containing it
search_case_insensitive