minigrep_rj 0.1.0

A basic implementation of grep from The Rust Programing Book.
Documentation
[package]
name = "minigrep_rj"
version = "0.1.0"
authors = ["Ryan Walker <ryan.walker@tombola.com>"]
edition = "2018"
license="MIT"
description="A basic implementation of grep from The Rust Programing Book."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]