grepr 0.1.1

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

test/pale_blue_dot.txt
6: civilization, every king and peasant, every young couple in love, 
9: "superstar," every "supreme leader," every saint and sinner in 
11: on a mote of dust suspended in a sunbeam.

```