This file contains the implementation of the library used in the minigrep console program. The main functions contained in this file are: search used to search for a query string in the file search_case_sensitive use to perform the same search but in case sensitive way.
The following example code shows how to use the package
use env;
use process;
use Config;
use mix;
use PrimaryColor;