rgon 1.0.1

A command-line tool written in Rust that searches for a query string within a file.
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."
edition = "2021"
keywords = ["search"]
license = "MIT OR Apache-2.0"
name = "rgon"
readme = "README.md"
rust-version = "1.81.0"
version = "1.0.1"