Crate minigrep_danidim13

Source
Expand description

§My Crate

minigrep_danidim13 is a simplified clone of the grep program. This crate is a personal project I developed to learn Rust, it only only supports searching for a literal string in a single file

Structs§

Config

Functions§

run
search
Searches for lines that containg a query (case sensitive).
search_case_insensitive
search_case_insensitive_oldDeprecated
Deprecated: use search_case_insensitive
search_oldDeprecated
Deprecated: use search