#! /usr/bin/env bash

set -e

cargo sync-readme --check
cargo clippy -- -D warnings
cargo fmt -- --check
