tiny-grep 0.1.0

A simple grep-like text search utility written in Rust
# tiny-grep

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

## Installation

```bash
cargo install tiny-grep
```

## Usage

```bash
tiny-grep <pattern> <file_path>
```

Search for a pattern in a file:

```bash
tiny-grep "hello" example.txt
```

## Features

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

## License

MIT