#!/bin/bash

cargo build && RUST_BACKTRACE=1 cargo test && cargo doc
