1 2 3 4 5 6 7 8 9
#!/bin/bash set -e cd "${BASH_SOURCE%/*}"/.. cargo hack --optional-deps --feature-powerset check --all-targets cargo hack --optional-deps --feature-powerset test #cargo bench cargo doc