Ctru-rs 3DS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|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 | ||
|lastupdated= | |lastupdated=2024/05/19 | ||
|type=Developments | |type=Developments | ||
|version=2019 | |version=2019 | ||
Latest revision as of 13:48, 21 June 2024
| ctru-rs | |
|---|---|
| General | |
| Author | rust3ds |
| Type | Developments |
| Version | 2019 |
| License | Mixed |
| Last Updated | 2024/05/19 |
| Links | |
| 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