jsonway 2.0.0

JSON building DSL and configurable serializers for Rust
Documentation
1
2
3
4
5
6
7
8
9
doc:
	git checkout gh-pages
	git reset --hard master
	cargo doc
	cp -r target/doc doc
	git add --all
	git commit -m "doc(*): rebuilding docs `date -u +"%Y-%m-%dT%H:%M:%SZ"`"
	git push -f origin gh-pages
	git checkout master