chipz 0.0.0-reserved

CHIP-8 Virtual Machine
Documentation

chipz

CHIP-8 Virtual Machine

Contributing

This project uses just to run commands the same way as the CI:

  • cargo just init to install dependencies needed by the rest of the commands.
  • cargo just check to check formatting and lints.
  • cargo just test to run tests.
  • cargo just doc to generate and preview docs.
  • cargo just coverage to generate and preview code coverage.

For a full list of commands, see the Justfile.