aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ctr-std/README.md')
-rw-r--r--ctr-std/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/ctr-std/README.md b/ctr-std/README.md
new file mode 100644
index 0000000..15ee4b9
--- /dev/null
+++ b/ctr-std/README.md
@@ -0,0 +1,5 @@
+A work-in-progress port of the Rust Standard Library for the Nintendo 3DS, based on [ctrulib](https://github.com/smealum/ctrulib/) and the [devkitARM](http://devkitPro.org) 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`.