mini-grep 0.1.0

A test crate with mini grep as in The Book
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Deepak Borania <deepakborania2002@gmail.com>"]
description = "A test crate with mini grep as in The Book"
edition = "2018"
license = "MIT"
name = "mini-grep"
version = "0.1.0"
[profile.dev]
opt-level = 0