lilgrep 0.1.0

A minimal command-line tool that searches for lines matching a pattern in a file, similar to grep. Built for simplicity and learning purposes.
Documentation
[[bin]]
name = "lilgrep"
path = "src/main.rs"

[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal command-line tool that searches for lines matching a pattern in a file, similar to grep. Built for simplicity and learning purposes."
edition = "2024"
license = "MIT"
name = "lilgrep"
readme = "README.md"
version = "0.1.0"