#hal #n64 #nintendo-64 #no-std

nightly no-std n64-hal

A HAL for the Nintendo 64 console

1 unstable release

0.0.0 Dec 17, 2022

#9 in #nintendo-64

21 downloads per month

MIT license

3KB

License: MIT Crates.io Documentation

Description

n64-hal is a Rust HAL (Hardware Abstraction Layer) crate for the Nintendo 64 console.

Usage

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.

Nightly Rust

Please note this crate requires a nightly rust toolchain in order to use nightly-only inline assembly features.

Dependencies

~1.5MB
~36K SLoC