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§
- run
- search the text in the given file and return the lines that contain the query string