#!/usr/bin/env bash
set -e

cargo test
cargo clippy
cargo fmt
cargo readme -o README.md
