grss_clone 0.4.0

A command-line search tool similar to grep
Documentation
[![Workflow Status](https://github.com/webern/cargo-readme/workflows/main/badge.svg)](https://github.com/webern/cargo-readme/actions?query=workflow%3A%22main%22)

# grss_clone

grss_clone is a command line search tool that finds occurrences of a pattern in a file.

## Features

- Search for text patterns in files
- Search using regular expressions
- Line-by-line output of matches

## Performance

The tool reads files line by line to handle large files efficiently without
loading the entire file into memory.

Current version: 0.4.0

Some additional info here

License: MIT