n64-hal 0.0.0

A HAL for the Nintendo 64 console
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 7.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 423.3 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • bigbass1997/n64-hal
    6 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bigbass1997

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.