grss_clone 0.2.0

A command-line search tool similar to grep
Documentation
# grrs

A command-line tool to search files, written in Rust.
Following the tutorial here: [https://rust-cli.github.io/book/tutorial/](Rust Client Tutorial)

## Installation

```bash
cargo install grss_clone
```

## Usage
```bash
grss_clone <pattern> <path>
```

### Where:

pattern: The text pattern to search for
path: The path to the file to search in

## Example

```bash
grss_clone "hello" test.txt
```

## License

This project is licensed under:

MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)