An open API service indexing awesome lists of open source software.

https://github.com/007tickooayush/minigrep-rust

A grep project minified version using Rust.
https://github.com/007tickooayush/minigrep-rust

Last synced: about 2 months ago
JSON representation

A grep project minified version using Rust.

Awesome Lists containing this project

README

        

# mini_grep

mini_grep is a command-line tool written in Rust that allows you to search for a specific pattern in a file or a set of files.

## Installation

To use mini_grep, you need to have Rust installed on your system. If you don't have Rust installed, you can get it from the official Rust website: https://www.rust-lang.org/tools/install

Once you have Rust installed, you can clone the mini_grep repository and build the project using the following commands: