chip_8

Crates.iochip_8
lib.rschip_8
version0.3.1
sourcesrc
created_at2020-05-21 20:34:01.789258
updated_at2021-12-02 23:19:35.310376
descriptionCHIP-8 virtual machine / emulator
homepage
repositoryhttps://github.com/robo9k/chip8-rs
max_upload_size
id244297
size89,854
serde-encrypted-value (github:palantir:serde-encrypted-value)

documentation

README

chip8-rs

ci build status crate version docs crate license unsafe forbidden codecov

Usage

Add a dependency to your Cargo.toml (see The Cargo Book):

[dependencies]
chip_8 = "0.3.1"

License

chip8-rs is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

SPDX-License-Identifier: MIT OR Apache-2.0

See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.

Commit count: 133

cargo fmt