mach 0.3.0

A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.
#!/usr/bin/env bash

set -ex

: "${TARGET?The TARGET environment variable must be set.}"

! cargo build --target "${TARGET}"