Go to file
Kamefrede 6c14c92a6a test commit 2021-06-30 22:46:17 +01:00
nds-rs Added alloc support 2020-11-19 22:54:13 +00:00
nds-sys test commit 2021-06-30 22:46:17 +01:00
Cargo.toml first commit 2020-11-18 18:12:01 +00:00
LICENSE.MD Forgot to commit half of the files! 2020-11-19 22:57:38 +00:00
README.md Forgot to commit half of the files! 2020-11-19 22:57:38 +00:00

README.md

nds-rs

Bindings generated for libnds as provided by Devkitpro. They allow you to write rust code that can interact with the system APIs on a Nintendo DS.

This depends on the toolchains made by DEVKITPRO, which needs to be installed and configured before using this library.

Example project

https://github.com/Kamefrede/nds-testing/

Credits

https://github.com/rrohrer/rs-nds

https://github.com/rrohrer/crawler

https://github.com/rust-wii/ogc-rs