Docs.rs
r8lib-0.1.0
r8lib 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
luizdepra
Dependencies
log ^0.4.17
normal
rand ^0.8.5
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate r8lib
Version 0.1.0
All Items
Structs
Enums
Type Definitions
?
Crate
r8lib
source
·
[
−
]
Expand description
A simple implementation of a CHIP-8 interpreter.
Structs
Keyboard
CHIP-8’s keyboard.
Machine
Represents the CHIP-8 machine.
Enums
Key
CHIP-8’s keys.
Type Definitions
Keys
An array of
bool
s hat represents the state of every CHIP-8’s keyboard keys.
Rom
An array of
u8
s that represents a CHIP-8’s ROM.
Vram
An array of
bool
s that represents the CHIP-8’s screen.