rvim 0.0.2

A simple pager in rust
1
2
3
4
5
6
all:
	cargo run
man:
	cargo run --bin man --features build_deps
rustdocs:
	cargo doc --no-deps