valico 1.0.1

JSON Schema validator and JSON coercer
Documentation
doc:
	git checkout gh-pages
	git reset --hard master
	cargo doc
	cp -r target/doc doc
	git add --all
	msg="doc(*): rebuilding docs `date`"
	git commit -m "$msg"
	git push -f origin gh-pages
	git checkout master