| Crates.io | tiny-grep |
| lib.rs | tiny-grep |
| version | 0.1.0 |
| created_at | 2025-09-01 23:10:15.290763+00 |
| updated_at | 2025-09-01 23:10:15.290763+00 |
| description | A simple grep-like text search utility written in Rust |
| homepage | https://github.com/developer-mide/tiny-grep |
| repository | https://github.com/developer-mide/tiny-grep |
| max_upload_size | |
| id | 1820330 |
| size | 10,855 |
A simple grep-like text search utility written in Rust.
cargo install tiny-grep
tiny-grep <pattern> <file_path>
Search for a pattern in a file:
tiny-grep "hello" example.txt
MIT