redoxer 0.2.28

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

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

A pre-built docker image can be found on
[Docker Hub](https://hub.docker.com/r/redoxos/redoxer)

## Install redoxer tool
cargo install redoxer

## Install redoxer toolchain
redoxer toolchain

## 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