SimpleGrep
An implementation of grep in Rust. Its close in terms of speed to GNU grep even though it uses a much slower but simple string matching algorithm. It also gives a few options for matching, like strict search, matching keys, etc. etc.
An implementation of grep in Rust. Its close in terms of speed to GNU grep even though it uses a much slower but simple string matching algorithm. It also gives a few options for matching, like strict search, matching keys, etc. etc.