This is a generic no_std Chip8 interpreter for use with embedded platforms. This implementation is hardware independent and relies on traits.
To use this crate in your project add it to your Cargo.toml like so:
chip8 = { git = "https://github.com/drewtchrist/chip8" }