minigrepper 0.1.0

A minimalistic regex search and print out tool implementation as per Ch.12 of The Rust Programming Language
Documentation
1
2
3
4
5
.PHONY: clean
default: clean

clean:
	cargo fmt && cargo clippy