Skip to content

mununki/practice-rust-greprs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice of RUST - greprs

greprs example code of Rust book

greprs is

greprs is resembling grep command with Rust. This code is from the Rust book.

Usage

Before Build

cargo run [search_keyword] [filename.extension]

About

A tiny practice of making command tool with Rust resembling `grep`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages