| Crates.io | daveparr_minigrep |
| lib.rs | daveparr_minigrep |
| version | 0.1.0 |
| created_at | 2024-02-05 16:13:39.955377+00 |
| updated_at | 2024-02-05 16:13:39.955377+00 |
| description | A simple command line tool to search for a string in a file based on 'The Rust Programming Language' book |
| homepage | |
| repository | https://github.com/DaveParr/minigrep |
| max_upload_size | |
| id | 1127716 |
| size | 6,253 |
A simple implementation of the grep command-line tool in Rust, as described in the book The Rust Programming Language.