This repository is designed to use the Rust programming language for 3DS homebrew development. The Dockerfile uses the official devkitARM image, installs the Rust toolchain and other components, and configures everything needed by both compilers.
Pretty simple: Rust is an awesome and efficient programming language that's widely used by many people. In principle, I haven’t done much since all the heavy lifting was already done by the Rust 3DS team. However, setting up the development environment (especially on Windows) can be pretty annoying and frustrating, which is why I decided to create this project.
Anyone who wants to use this project should know how to either build and use an image or how to obtain it from Docker Hub / GitHub Container Registry. Additionally, I've included a simple devcontainer configuration in this repository. For further information, I refer you to the wiki created by the Rust 3DS team.
Anyone who wants to contribute is more than welcome to do so. Please feel free to create a pull request on GitHub. If you decide to fork this project, please make sure to adhere to the license. Your involvement and feedback are highly appreciated!