cargo doc --release --no-deps rm -rf ./docs echo "" > target/doc/index.html cp -r target/doc ./docs cargo readme > README.md