#!/usr/bin/env bash # don't want dependencies cargo doc --no-deps --document-private-items # remove old docs rm -rf ./docs # magic..? echo "" > target/doc/index.html # copy to docs cp -r target/doc ./docs