#!/bin/sh set -e rustc --version cargo check --all-targets --all-features --keep-going cargo fmt --check cargo clippy cargo test