#!/usr/bin/env bash # This scripts runs various CI-like checks in a convenient way. _FLAGS="${1:-}" set -eux cargo check --all-targets --all-features cargo fmt --all -- --check cargo clippy --all-targets --all-features -- -D warnings -W clippy::all