#linux-command #file-search #test #word #io #faster #file-path

bin+lib ugrip

A i/o command that searches for word in a file

2 releases

0.1.1 Jul 2, 2023
0.1.0 Jul 2, 2023

#24 in #linux-command

MIT license

595KB
63 lines

This crate is i/o command that searches for a word in file. It's based linux command grip, it was made in hopes to be faster than the linux version. This project was started from rustlang book but i will update it more to test my skills in rust.


lib.rs:

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

No runtime deps