Skip to content

Implementation of the minigrep tool as described in chapter 12 of the The Rust Book

Notifications You must be signed in to change notification settings

surbina/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repo contains the implementation of the minigrep tool as described in chapter 12 of The Rust Book.

Minigrep is a simplified version of the powerful grep tool.

Instructions

Clone the repo and navigate into the project directory:

git clone https://github.com/surbina/minigrep.git
cd minigrep

Run the application:

cargo run sometext path/to/file

About

Implementation of the minigrep tool as described in chapter 12 of the The Rust Book

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages