tiny-grep 0.1.0

A simple grep-like text search utility written in Rust
tiny-grep-0.1.0 is not a library.

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