Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 611 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 611 Bytes

📰 Minigrep

A terminal utility to search words or strings in files made with Rust 🦀

screenshot

The objective of this project is to practice while doing the Rust Book! It's still in development. If you want to use a grep made with Rust, check out ripgrep!

📦 Install

  • Option 1: Download minigrep from Releases
  • Option 2: Compile the project using cargo