mirror of
https://github.com/BlueTheDuck/nds-rs.git
synced 2025-06-18 02:55:48 -04:00
Safe abstractions for libnds, allowing homebrew development for the Nintendo DS using Rust
|
||
---|---|---|
.cargo | ||
.github/workflows | ||
bitfield-tools | ||
nds-proc-macros | ||
nds-rs | ||
nds-sys | ||
.gitignore | ||
Cargo.toml | ||
gendoc.sh | ||
README.md | ||
rust-toolchain |
NDS RS
Rust support for the Nintendo DS console family
Project structure
nds-sys
libnds library bindings.
picolibc
wf-toolchain uses a custom libc implementation as such we can't rely on the libc crate.
Here we include our own bindings to the wf-picolibc
nds-proc-macros
Helper crate that hosts procedural macros
bitfield-tools
Functions related to bit manipulation