This is an implementation of a Chip-8 emulator/interpreter in Rust.
It is based on https://tobiasvl.github.io/blog/write-a-chip-8-emulator/ and http://devernay.free.fr/hacks/chip8/C8TECH10.HTM along with some inspiration from the book "Rust In Action".