Skip to content

techstrix/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minigrep

Minigrep is an open source implementation of the grep tool in pure rust it is very simple and is based on "The Book" by the rust team. It encompasses a lot of rust topics and covers a lot of content.

Installation

First clone this repository

git clone https://github.com/techstrix/minigrep.git

cd minigrep

install dependencies

Follow the rust installation tutorial from the rust official website to install rust on your machine

usage

cargo run -- [string to be found] [filename]

This is in no way a real project but rather something to toy with rust

About

Grep Mini tool written in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages