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
12
13
14
[package]
name = "mini-grep"
version = "0.1.0"
authors = ["Deepak Borania <deepakborania2002@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A test crate with mini grep as in The Book"

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

[dependencies]

[profile.dev]
opt-level = 0