Ronald-TR / minigrep

The I/O CLI implementation from The Book Rust example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minigrep

This is a simple project made from this "The Book" example.

Usage

To do a case insensitive query:

CASE_INSENSITIVE=1 cargo run <query> <file.txt>

Or, case sensitive:

cargo run <query> <file.txt>

About

The I/O CLI implementation from The Book Rust example.


Languages

Language:Rust 100.0%