git branch gh-pages && git checkout gh-pages && cargo doc && cp -R target/doc ./ && git add doc/ && git commit -am Docpush && git push -f origin gh-pages && git checkout master && git branch -D gh-pages