| Crates.io | grep-rust-simple |
| lib.rs | grep-rust-simple |
| version | 0.1.0 |
| created_at | 2025-10-05 19:19:59.523148+00 |
| updated_at | 2025-10-05 19:19:59.523148+00 |
| description | A simple grep implementation in Rust |
| homepage | |
| repository | https://github.com/arjav0703/grep-rust |
| max_upload_size | |
| id | 1869341 |
| size | 9,362 |
This project is a simple implementation of the grep command in Rust. It allows you to search for a specific pattern in a file and print the lines that contain the pattern.
Make sure you have Rust installed on your machine. If you don't have it yet, you can install it from here.
Clone the repository:
git clone https://github.com/arjav0703/grep-rust.git
cd grep-rust
cargo run -- -E "pattern" filename
\d, \w, etc.