minigrep_123 0.1.1

A simple grep implementation of TRPL book.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Cedric Chee <cedric+rust@invictusbyte.com>"]
description = "A simple grep implementation of TRPL book."
edition = "2018"
license = "MIT"
name = "minigrep_123"
version = "0.1.1"

[profile.dev]
opt-level = 1