rgon 0.2.0

A command-line tool written in Rust that searches for a query string within a file, similar to the grep command in Unix-like systems.
Documentation
[[bin]]
name = "rgon"
path = "src/main.rs"

[dependencies]

[lib]
name = "rgon"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A command-line tool written in Rust that searches for a query string within a file, similar to the grep command in Unix-like systems."
edition = "2021"
license = "MIT"
name = "rgon"
readme = "README.md"
version = "0.2.0"

[profile.dev]
opt-level = "s"