tinychip 0.1.1

CHIP-8 emulator/interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Public traits
pub mod models;
/// key events
pub mod event;
/// Global structs that are used almost everywhere
pub mod properties;
/// Emulator
pub mod emulator;
/// Errors
pub mod error;
/// Api API(s) implementations
pub mod apis;
/// Interpreters implementations
pub mod interpreters;