cargo install
in the command linecargo test
cargo build
Run application using cargo run text filename.txt
if you want to search words by applying environment variable IGNORE_CASE then run using IGNORE_CASE=1 cargo run text filename.txt
PS> Remove-Item Env:IGNORE_CASE
in the terminal the environment variable will be removed