I'm very new to Rust, so please let me know if any of the info is incorrect.
I've looked at it and it looks like a very new compiled language with no garbage collector similar in performance to C yet with type safety and easier concurrency. I've seen examples of it used through the JNI and it looks very similar in usage as C. I am wondering if it is legal to code our own or use existing libraries written in Rust for competition Android studio code, and if anyone has written Android code with it and knows resources for learning.
I've looked at it and it looks like a very new compiled language with no garbage collector similar in performance to C yet with type safety and easier concurrency. I've seen examples of it used through the JNI and it looks very similar in usage as C. I am wondering if it is legal to code our own or use existing libraries written in Rust for competition Android studio code, and if anyone has written Android code with it and knows resources for learning.
Comment