An open API service indexing awesome lists of open source software.

https://github.com/markelca/rust-grep

Another grep clone using Rust. Made for learning purposes
https://github.com/markelca/rust-grep

grep rust

Last synced: about 1 month ago
JSON representation

Another grep clone using Rust. Made for learning purposes

Awesome Lists containing this project

README

        

# rust-grep
Isn't faster, isn't better, but it's mine.
## Usage
```
$ ./grep --help
Usage: grep [OPTIONS] [FILE_PATHS]...

Arguments:

[FILE_PATHS]...

Options:
-r, --recursive
--no-color
-c, --count
-h, --help Print help
-V, --version Print version
```