yoonge / minigrep

A simplified grep command-line tool called minigrep built with Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⌨️ Minigrep

Minigrep Rust version license rust cargo

💡 Introduction

A simplified grep command-line tool called minigrep built with Rust.

🔰 Getting Started

$ git clone https://github.com/yoonge/minigrep.git

$ cd minigrep

$ cargo run software LICENSE

$ CASE_INSENSITIVE=1 cargo run software LICENSE

📄 License

Minigrep is MIT-licensed.


🏗️ Scaffold

$ cargo init minigrep && cd minigrep

About

A simplified grep command-line tool called minigrep built with Rust.

License:MIT License


Languages

Language:Rust 100.0%