nibble8-0.1.3 is not a library.
nibble8

Yet another Rust crate for a Chip-8 interpreter, using sdl2.
Prerequisites
The Rust toolchain should be installed.
SDL2 development library >= 2.0.5 must also be installed. See here for installation instructions.
Usage
From source
Install binary
Running the test suite
cargo test
Todo
- Improve keyboard input
- Use a texture to draw rather than copying bit-by-bit
- Improve timers
- Make screen size configurable (?)
- Sound
Literature
See the following articles on the Chip 8 instruction set.