https://github.com/rajput-hemant/minigrep
From Chapter 12 - An I/O Project: Building a Command Line Program of The Rust Programming Language book.
https://github.com/rajput-hemant/minigrep
minigrep rust rust-lang the-rust-programming-language
Last synced: 3 months ago
JSON representation
From Chapter 12 - An I/O Project: Building a Command Line Program of The Rust Programming Language book.
- Host: GitHub
- URL: https://github.com/rajput-hemant/minigrep
- Owner: rajput-hemant
- License: mit
- Created: 2023-05-20T14:30:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T14:51:28.000Z (12 months ago)
- Last Synced: 2025-01-14T06:10:40.292Z (5 months ago)
- Topics: minigrep, rust, rust-lang, the-rust-programming-language
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![][views] ![][stars] ![][forks] ![][issues] ![][license] ![][repo-size]
# minigrep - A Rust CLI Tool
#### From Chapter 12 - **An I/O Project: Building a Command Line Program** of [The Rust Programming Language](https://doc.rust-lang.org/book/title-page.html) book.
> **Warning:** [Rust](https://www.rust-lang.org/tools/install) should be installed on your system.
## Installation
```bash
git clone https://github.com/rajput-hemant/minigrep
cd minigrep
cargo run
```## Contributors:
[![][contributors]][contributors-graph]
_Note: It may take up to 24h for the [contrib.rocks][contrib-rocks] plugin to update because it's refreshed once a day._
[views]: https://komarev.com/ghpvc/?username=minigrep&label=view%20counter&color=red&style=flat
[repo-size]: https://img.shields.io/github/repo-size/rajput-hemant/minigrep
[issues]: https://img.shields.io/github/issues-raw/rajput-hemant/minigrep
[license]: https://img.shields.io/github/license/rajput-hemant/minigrep
[forks]: https://img.shields.io/github/forks/rajput-hemant/minigrep?style=flat
[stars]: https://img.shields.io/github/stars/rajput-hemant/minigrep
[contributors]: https://contrib.rocks/image?repo=rajput-hemant/minigrep&max=500
[contributors-graph]: https://github.com/rajput-hemant/minigrep/graphs/contributors
[contrib-rocks]: https://contrib.rocks/preview?repo=rajput-hemant%2Fminigrep