Chip-8 Emulator Rust implementation for Chip-8 Emulator To Create a binary run: cargo build -r To run Emulator ./target/release/chip_8_emu -f <file_path>