Crate minigrep_jondeaves[][src]

Expand description

Minigrep

minigrep_jondeaves is a lightweight implementation of the well known grep command.

Structs

Functions

Finds all lines within a block of text that contain the query, this method is case-sensitive

Finds all lines within a block of text that contain the query, this method is case-insensitive