Crate litegrep

Source
Expand description

§L:itegrep

The purpose of this crate ⚙️ is to learn rust features, and this crate will not be maintained 🚮.

Structs§

Config

Functions§

run
This function takes a config as parameter and is being used in main to initialize the program. Is designed to return either nothing or a dynamic error.
search
This function searches thru given contents.
search_case_insensitive
This search function searches within given contents and returns lines of text regardless of casing.