redoxer 0.2.2

Method for quickly running programs inside of Redox from a KVM capable OS.
# redoxer

Method for quickly building and running programs inside of Redox from a KVM
capable OS.

## Install redoxer tool
cargo install redoxer

## Install redoxer toolchain
redoxer install

## Build project with redoxer
redoxer build

## Run project with redoxer (in redox!)
redoxer run

## Test project with redoxer (in redox!)
redoxer test

## Run arbitrary executable with redoxer (in redox!)
redoxer exec echo hello