#!/bin/sh
set -e
cargo fmt --check
cargo clippy --all-features --all-targets -- -D warnings
