Skip to content

SreevikramR/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minigrep

This is a basic implementation of grep to learn rust. This is not at a usable state, it was built only to learn the basics of rust. Link for tutorial: Rust Docs

Command it run it: cargo run <search-query> <file>

An extra environment variable IGNORE_CASE can also be added to trigger search with insensitive case settings.

About

A basic implementation of grep in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages