redoxer 0.2.15

Method for quickly running programs inside of Redox from a KVM capable OS.
redoxer-0.2.15 is not a library.
Visit the last successful build: redoxer-0.2.42

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