Crates.io | n64-hal |
lib.rs | n64-hal |
version | 0.0.0 |
source | src |
created_at | 2022-12-17 19:28:30.370279 |
updated_at | 2022-12-17 19:28:30.370279 |
description | A HAL for the Nintendo 64 console |
homepage | |
repository | https://github.com/bigbass1997/n64-hal |
max_upload_size | |
id | 740051 |
size | 5,018 |
n64-hal
is a Rust HAL (Hardware Abstraction Layer) crate for the Nintendo 64 console.
In your project's Cargo.toml
:
[dependencies]
n64-hal = "0.1"
Refer to the docs for examples.
This crate is only intended to be used in the N64 embedded environment.
Please note this crate requires a nightly rust toolchain in order to use nightly-only inline assembly features.