n64-hal

Crates.ion64-hal
lib.rsn64-hal
version0.0.0
sourcesrc
created_at2022-12-17 19:28:30.370279
updated_at2022-12-17 19:28:30.370279
descriptionA HAL for the Nintendo 64 console
homepage
repositoryhttps://github.com/bigbass1997/n64-hal
max_upload_size
id740051
size5,018
Luke Stadem (bigbass1997)

documentation

README

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.

Commit count: 1

cargo fmt