Skip to content

Latest commit

History

History
10 lines (7 loc) 路 611 Bytes

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