#!/usr/bin/env bash set -u cargo watch \ -x fmt \ -x 'doc --no-deps --document-private-items' \ -x build \ -x 'test' \ -x 'clippy'