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
30.43%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
r8lib
0.1.0
All Items
Crate Items
Structs
Enums
Type Aliases
Crate
r8lib
Copy item path
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 Aliases
§
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.