1 2 3 4 5 6
#!/bin/sh set -e cargo doc --no-deps --package rustls git checkout gh-pages cp -rv target/doc/* .