grepr 0.1.1

A minimal implementation of grep in Rust.
Documentation
1
2
3
4
5
6
7
8
9
```console
$ grepr a tests/pale_blue_dot.txt -v

test/pale_blue_dot.txt
1: On it everyone you love, everyone you know, everyone you ever 
10: the history of our species lived there--
12: 

```