tiny-grep

Crates.iotiny-grep
lib.rstiny-grep
version0.1.0
created_at2025-09-01 23:10:15.290763+00
updated_at2025-09-01 23:10:15.290763+00
descriptionA simple grep-like text search utility written in Rust
homepagehttps://github.com/developer-mide/tiny-grep
repositoryhttps://github.com/developer-mide/tiny-grep
max_upload_size
id1820330
size10,855
Samuel Ogunmola (developer-mide)

documentation

https://docs.rs/tiny-grep

README

tiny-grep

A simple grep-like text search utility written in Rust.

Installation

cargo install tiny-grep

Usage

tiny-grep <pattern> <file_path>

Search for a pattern in a file:

tiny-grep "hello" example.txt

Features

  • Simple text pattern matching
  • Command-line interface using clap
  • Fast and lightweight

License

MIT

Commit count: 2

cargo fmt