1 2 3 4 5 6 7
#!/bin/sh set -ex cargo build --verbose --all cargo doc --verbose --all cargo test --verbose --all