redoxer

Crates.ioredoxer
lib.rsredoxer
version0.2.43
sourcesrc
created_at2019-05-12 16:03:37.209157
updated_at2024-04-19 19:36:30.085549
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
size104,992
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

  • cargo install redoxer - install redoxer tool.
  • redoxer toolchain - install redoxer toolchain.
  • redoxer build - build project with redoxer.
  • redoxer run - run project with redoxer.
  • redoxer test - test project with redoxer.
  • redoxer exec echo hello - run arbitrary executable with redoxer.
Commit count: 0

cargo fmt