ctru-rs

Rust wrapper for libctru


Project maintained by rust3ds Hosted on GitHub Pages — Theme by mattgraham

ctru-sys

Raw Rust bindings over the libctru C library.

Documentation for the latest devkitPro release on Docker Hub can be found here.

Requirements

To use the bindings provided by this crate you will need to link against the libctru library. Consult the ctru-rs wiki to learn how to obtain the required packages to use this library.

Version

Crate bindings are generated at build time, so the available APIs will depend on the installed version of libctru when the crate is built. If you want to check what version of libctru is being built, you can examine these environment variables from your crate’s build script via to its links variables:

License

This project is distributed under the Zlib license.