Crates.io | minigrep_crate |
lib.rs | minigrep_crate |
version | 0.1.0 |
source | src |
created_at | 2022-10-30 00:14:57.125373 |
updated_at | 2022-10-30 00:14:57.125373 |
description | A simple grep like console application |
homepage | |
repository | |
max_upload_size | |
id | 701271 |
size | 5,293 |
Search text within files
Run the following command in your terminal
cargo run -- frog poem.txt
How public, like a frog
The application expects two arguments
This repository is a code along project to chapter 10 of the The rust programming language book