Crates.io | minigrep_lswarss |
lib.rs | minigrep_lswarss |
version | 0.1.0 |
source | src |
created_at | 2022-11-01 11:07:40.997031 |
updated_at | 2022-11-01 11:07:40.997031 |
description | A very small part of Unix/Linux tool `grep` made with Rust for learning purpose while reading and studying the Rust Book |
homepage | |
repository | |
max_upload_size | |
id | 702758 |
size | 6,906 |
Command Line Tool simulating basic functionalities of grep. Made as part of Rust Book reading and learning from it. With added github actions pipeline for testing and building the project.
cargo run -- <query parameter> <file_path parameter>
IGNORE_CASE=1 cargo run -- <query parameter> <file_path parameter>