This project uses rust-bindgen to create bindings for libnx.
For some reason, I couldn't use Makefile to compile Rust, so that's why this makew
file exists. Also, direct compilation from Rust to elf didn't find _start
function to run the code, that's why there's a C -> Rust (-> C) architecture.
- rpi3-rust-template on building for aarch64-none-elf.