aki-mcolor 0.1.27

mark up text with color
Documentation

all: README.md

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

test:
	cargo test

clean:
	cargo clean