#!/usr/bin/env bash
cargo clippy --all-targets --all-features -- -D warnings
cargo fmt --all -- --check
