#!/bin/sh

set -e

echo '+cargo fmt'
cargo fmt --all
echo '+cargo test'
cargo test
#echo '+cargo clippy -- -D warnings'
#cargo clippy -- -D warnings
