> rust_findstr.exe {query} {file-path}
query
: The word you're searching for.
file-path
: The path of the file where you want to search.
While in the root folder, type:
> cargo build --release
You'll find the .exe in /target/release/rust_findstr.exe