Crates.io | minigrep_necimye |
lib.rs | minigrep_necimye |
version | 0.1.1 |
source | src |
created_at | 2022-10-09 14:46:57.115285 |
updated_at | 2022-12-25 16:02:13.185093 |
description | Functions required to find the lines in file that contains the query. query and file path should be entered through command line preceded by two dashes. Ex: cargo run -- body filename.txt |
homepage | |
repository | |
max_upload_size | |
id | 684031 |
size | 335,057 |
cargo install
in the command linecargo test
cargo build
cargo run text filename.txt
IGNORE_CASE=1 cargo run text filename.txt
PS> Remove-Item Env:IGNORE_CASE
in the terminal the environment variable will be removed