minigrep_lswarss

Crates.iominigrep_lswarss
lib.rsminigrep_lswarss
version0.1.0
sourcesrc
created_at2022-11-01 11:07:40.997031
updated_at2022-11-01 11:07:40.997031
descriptionA 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
id702758
size6,906
Ɓukasz Stachnik (LSWarss)

documentation

README

Minigrep

Description

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.

How to

Case sensitive search

    cargo run -- <query parameter> <file_path parameter>

Case insensitive search

    IGNORE_CASE=1 cargo run -- <query parameter> <file_path parameter>
Commit count: 0

cargo fmt