rust9x / rust9x-sample

Other
13 stars 3 forks source link

Small test app for various rust9x functionality

  1. Install just (cargo install just).
  2. Update the lib paths in .cargo/config.toml to match yours. If you want to build for a system that is already supported natively by your default msvc installation, you can remove these or comment them out.
  3. Update the variables in the justfile. The rust9x toolchain name and editbin.exe path (from your modern msvc build tools) in particular are important.
  4. Use just build --release to build using the rust9x toolchain, and regular cargo for normal toolchain builds.

Credits

hh3gf.golden.exe is taken from https://github.com/pts/pts-tinype to test stdout redirection.