grepr 0.1.1

A minimal implementation of grep in Rust.
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.colored]
version = "2"

[dependencies.regex]
features = ["std"]
version = "1.3"

[package]
authors = ["Jon Duesterhoeft <jon.duesterhoeft@gmail.com>"]
description = "A minimal implementation of grep in Rust."
edition = "2021"
exclude = ["/.github"]
keywords = ["cli", "grep", "search", "utility"]
license = "MIT"
name = "grepr"
readme = "README.md"
repository = "https://github.com/jonduesterhoeft/grepr"
version = "0.1.1"