redoxer

Crates.ioredoxer
lib.rsredoxer
version0.2.50
sourcesrc
created_at2019-05-12 16:03:37.209157
updated_at2024-10-31 17:12:23.169537
descriptionMethod for quickly running programs inside of Redox from a KVM capable OS.
homepage
repositoryhttps://gitlab.redox-os.org/redox-os/redoxer
max_upload_size
id133759
size118,092
Jeremy Soller (jackpot51)

documentation

README

redoxer

The tool used to build/run Rust programs (and C/C++ programs with zero dependencies) inside of a Redox VM, the Redox GitLab CI use a Docker image with redoxer pre-installed.

A pre-built Docker image can be found on Docker Hub

Commands

  • Install the tool
cargo install redoxer
  • Install the Redox toolchain
redoxer toolchain
  • Build the Rust program or library with Redoxer
redoxer build
  • Run the Rust program on Redox
redoxer run
  • Test the Rust program or library with Redoxer
redoxer test
  • Run arbitrary executable (echo hello) with Redoxer
redoxer exec echo hello
Commit count: 0

cargo fmt