Crate ugrip

Source
Expand description

§Info

A crate made to learn i/o coding in rust it mimics the grip in linux works and hopefully acts much faster that it. It is a crate that takes three arguments:

query: the word to search for

file path: the path to file to search for

incasesensitive: whetever to check for case matching

Structs§

Config

Functions§

run
search
Searches for word in file with the same case
search_case_insensitive
Searches for word in file ignoring the case