chip8rs is my first hobby project written in Rust.
I'm currently using Rust nightly 1.16. You can install with rustup.
build.cmd
target\release\chip8rs.exe roms\INVADERS
cargo build --release
cargo run --release roms/INVADERS
This will run the INVADERS rom as the image below (Windows 10)