Comment on Bare-metal Rust in AndroidparentComments−Vt71fcAqt72yYou can already. The ndk allows any language to be compiled to android. For rust seehttps://github.com/rust-mobile/ndkWhich has the tools to do this.
Comments
You can already. The ndk allows any language to be compiled to android. For rust see
https://github.com/rust-mobile/ndk
Which has the tools to do this.