Skip to main content

Crate minigrep_ddesreum

Crate minigrep_ddesreum 

Source
Expand description

Contain all the code for this projet with the Config enum and its functions the run, the search and the search_case_insensitive functions

Structs§

Config

Functions§

run
Call search or search_case_insensitive depending on the IGNORE_CASE environnement variable
search
Get only lines of contents that contains the query string. Sensitive to caps.
search_case_insensitive
Get only lines of contents that contains the query string. Insensitive to caps.