minigrep_crate

Crates.iominigrep_crate
lib.rsminigrep_crate
version0.1.0
sourcesrc
created_at2022-10-30 00:14:57.125373
updated_at2022-10-30 00:14:57.125373
descriptionA simple grep like console application
homepage
repository
max_upload_size
id701271
size5,293
Shmuel Leider (sammyl720)

documentation

README

Mini grep Console application

Search text within files

Built with rust


example

Run the following command in your terminal

cargo run -- frog poem.txt 
Result
How public, like a frog

The application expects two arguments

  1. The text to search for
  2. The path to the file that is being search

This repository is a code along project to chapter 10 of the The rust programming language book

Commit count: 0

cargo fmt