8000 GitHub - reklis/rust_grep: multithreaded file searching using channels
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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"

About

multithreaded file searching using channels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0