chipz

Crates.iochipz
lib.rschipz
version0.0.0-reserved
created_at2025-06-10 04:42:55.11454+00
updated_at2025-06-10 04:42:55.11454+00
descriptionCHIP-8 Virtual Machine
homepage
repositoryhttps://github.com/crates-lurey-io/chipz
max_upload_size
id1706652
size24,072
admins (github:crates-lurey-io:admins)

documentation

README

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.

Commit count: 2

cargo fmt