minigrep_macano953 0.1.1

A fun grep tool written as my first incursion into Rust. Not intended to be inherited and used in production code
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["Miguel CaƱo"]
description = "A fun grep tool written as my first incursion into Rust. Not intended to be inherited and used in production code"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "minigrep_macano953"
resolver = "2"
version = "0.1.1"