grepr 0.1.1

A minimal implementation of grep in Rust.
Documentation
1
2
3
4
5
6
```console
$ grepr sunbeam tests/pale_blue_dot.txt

test/pale_blue_dot.txt
11: on a mote of dust suspended in a sunbeam.
```