aki-mcycle 0.1.25

mark up text with cycling color
Documentation

all: README.md

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

test:
	cargo test

clean:
	cargo clean