Crates.io | chipz |
lib.rs | chipz |
version | 0.0.0-reserved |
created_at | 2025-06-10 04:42:55.11454+00 |
updated_at | 2025-06-10 04:42:55.11454+00 |
description | CHIP-8 Virtual Machine |
homepage | |
repository | https://github.com/crates-lurey-io/chipz |
max_upload_size | |
id | 1706652 |
size | 24,072 |
CHIP-8 Virtual Machine
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
.