minigrep_eoin 0.1.1

Simple, rust-based implementation of grep
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Eoin Moore <eomoore@tcd.ie>"]
description = "Simple, rust-based implementation of grep"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "minigrep_eoin"
version = "0.1.1"

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3