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§
Functions§
- run
- search
- Searches for lines that containg a query (case sensitive).
- search_
case_ insensitive - search_
case_ insensitive_ old Deprecated - Deprecated: use search_case_insensitive
- search_
old Deprecated - Deprecated: use search