gripwoud 0.1.0

A simple grep clone written in Rust
Documentation
demo:
  cargo run -- -p foo -f content.txt -vvv

# test everything
test:
  cargo nextest run
exec *ARGS:
  cargo run -- {{ARGS}}

# format
fmt:
  cargo fmt

# lint with clippy
lint:
  cargo clippy

publish:
  cargo publish