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.
- Host: GitHub
- URL: https://github.com/007tickooayush/minigrep-rust
- Owner: 007tickooayush
- Created: 2024-02-08T16:43:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-15T16:34:09.000Z (over 1 year ago)
- Last Synced: 2025-02-01T01:36:45.861Z (4 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: