More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=ctru-rs | |title=ctru-rs | ||
|image=Ctrurs3ds2.png | |||
|description=A collection of crates for developing 3DS homebrew in Rust. | |description=A collection of crates for developing 3DS homebrew in Rust. | ||
|author=rust3ds | |author=rust3ds | ||
Line 7: | Line 8: | ||
|version=2019 | |version=2019 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/ctrurs3ds.7z | ||
|website=https://github.com/rust3ds/ctru-rs | |website=https://github.com/rust3ds/ctru-rs | ||
|source=https://github.com/rust3ds/ctru-rs | |source=https://github.com/rust3ds/ctru-rs |
Revision as of 22:54, 15 March 2022
ctru-rs | |
---|---|
General | |
Author | rust3ds |
Type | PC Utilities |
Version | 2019 |
License | Mixed |
Last Updated | 2019/04/15 |
Links | |
Download | |
Website | |
Source | |
ctru-rs is a Rust wrapper library for smealum's ctrulib.
User guide
This repository is organized as follows:
ctru-rs
- Safe, idiomatic wrapper aroundctru-sys
.ctru-sys
- Low-level, unsafe bindings to ctrulibctr-std
- A partial implementation of the Rust standard library for the 3DS.
See the 3DS project template for instructions on how to use this library.
External links
- GitHub - https://github.com/rust3ds/ctru-rs