aki-stats 0.1.15

output the statistics of text, like a wc of linux command.
Documentation
1
2
3
4
5
6
7
8
9
10
11

all: README.md

README.md: src/lib.rs
	cargo readme > $@

test:
	cargo test

clean:
	cargo clean