Skip to content

reklis/rust_grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_grep

multithreaded file searching using channels

Apparently the first thing everybody does after reading through the rust tutorials is create a grep clone, here is my attempt. This one works by creating a thread for each bufferred file reader and sending any found data back on the channel receiver. Includes line numbers, but no colors

usage

rg "some regex"

Releases

No releases published

Packages

 
 
 

Languages