Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 150 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 150 Bytes

Minigrep

A toy implementation of ripgrep written in rust that can perform text search in a file.

Usage

cargo run -- <query> <filename>