Crate minigrep_david20019

Crate minigrep_david20019 

Source
Expand description

§Minigrep

Minigrep is a command line utility that searches for a string in files.

Re-exports§

pub use functions::search::search;
pub use functions::search::search_case_insensitive;
pub use structs::config::Config;

Modules§

functions
structs

Functions§

run
search the text in the given file and return the lines that contain the query string