Crate milligrep[][src]

Expand description

Custom simplified implementation of grep

Structs

The necessary configurations for initializing milligrep.

Functions

Runs the library logic. Expects a reference to Config.

Returns the line(s) where the pattern is matched in the contents of the file. It is case sensitive.

Returns the line(s) where the pattern is matched in the contents of the file. It is case in-sensitive.