Rust wrapper for libctru
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
panicbit d53dc9ae57 Merge branch 'master' into nightly_update 8 years ago
..
src Merge branch 'master' into nightly_update 8 years ago
3ds.json Update target json 8 years ago
Cargo.toml Merge branch 'master' into nightly_update 8 years ago
README.md Bring in all the crates 8 years ago
Xargo.toml ctr-std: Use liballoc from rust-src 8 years ago

README.md

A work-in-progress port of the Rust Standard Library for the Nintendo 3DS, based on ctrulib and the devkitARM toolchain.

Structure

This library aims to mimick the Rust standard library's public interface as closely as possible, exposing functionality that is common between the 3DS and other platforms. System-specific functionality such as control input, save file management, GPU features, and so forth are implemented in ctru-rs.