1 2 3 4 5 6 7 8
#!/usr/bin/env bash set -e cargo test --lib cargo test --doc cargo clippy cargo fmt -- --write-mode=diff cargo readme -o README.md