More actions
(Created page with "{{Infobox 3DS homebrew | title = ctru-rs | image = https://dlhb.gamebrew.org/3dshomebrew/|250px | type = PC Utilities | version = unknown | licence = Mixed | author = rust3ds...") |
No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = ctru-rs | |title=ctru-rs | ||
| image = | |image=Ctrurs3ds2.png | ||
| type = | |description=A collection of crates for developing 3DS homebrew in Rust. | ||
| version = | |author=rust3ds | ||
| | |lastupdated=2024/05/19 | ||
|type=Developments | |||
| website = https://github. | |version=2019 | ||
|license=Mixed | |||
| source = https:// | |website=https://rust3ds.github.io/ctru-rs/ | ||
|source=https://github.com/rust3ds/ctru-rs | |||
}} | }} | ||
ctru-rs is a Rust wrapper library for smealum's [https://github.com/smealum/ctrulib ctrulib]. | |||
= | ==User guide== | ||
This repository is organized as follows: | This repository is organized as follows: | ||
* <code>ctru-rs</code> | * <code>ctru-rs</code> - Safe, idiomatic wrapper around <code>ctru-sys</code>. | ||
* <code>ctru-sys</code> | * <code>ctru-sys</code> - Low-level, unsafe bindings to ctrulib | ||
* <code>ctr-std</code> | * <code>ctr-std</code> - A partial implementation of the Rust standard library for the 3DS. | ||
See the [https://github.com/rust3ds/rust3ds-template 3DS project template] for instructions on how to use this library. | |||
==External links== | |||
* GitHub - https://github.com/rust3ds/ctru-rs |
Latest revision as of 13:48, 21 Haziran 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