chipz
CHIP-8 Virtual Machine
Contributing
This project uses just to run commands the same way as the CI:
cargo just initto install dependencies needed by the rest of the commands.cargo just checkto check formatting and lints.cargo just testto run tests.cargo just docto generate and preview docs.cargo just coverageto generate and preview code coverage.
For a full list of commands, see the Justfile.