chrislockard / minigrep

My implementation of minigrep from the Rust Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minigrep

My implementation of the project from chapter 12 of the Rust Programming Language book.

Usage

$ cargo run <search term> <file to search>

Comments

If you use this and it's helpful, I'd love to hear about it! (@unl0ckd). If you think I've missed any obvious word choices, I'd love to hear about that as well, or feel free to add them.

About

My implementation of minigrep from the Rust Programming Language


Languages

Language:Rust 100.0%