redoxer 0.2.25

Method for quickly running programs inside of Redox from a KVM capable OS.
docs.rs failed to build redoxer-0.2.25
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: redoxer-0.2.43

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

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