#!/usr/bin/env bash
# Script for building your rust projects.
# $1 {path} = Path to cross/cargo executable
CROSS=
# $1 {string} = <Target Triple>
TARGET_TRIPLE=
# $3 {boolean} = Whether or not building for release or not.
RELEASE_BUILD=
if [; then
else
fi