chip8-rust / chip8-ui

CHIP-8 graphical emulator built with the Rust programing language
MIT License
8 stars 0 forks source link

Rename `Op` to `RawInstruction` #18

Closed robo9k closed 9 years ago

robo9k commented 9 years ago

Add more rustdoc, rename the ops module to instructions and re-export it for easier use.

This is a first draft to fix #17

jakerr commented 9 years ago

Overall, looks good to me! Feel free to merge after addressing comment :)